You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The url api "laboratory:api-logentry-list" is used in these following views:
Laboratory view / Register user / History button --> QR user access history.
Organization management / Log list button --> Organization history.
Its really important keep access to both views with active and inactive organizations. However the first view (user access history) has a restricted access to inactive organizations. So, we need to analyze this point if is necessary to move this view or create and direct access.
Second point is trying to update the api "LogEntryViewSet" without have negative affect on its results with following code:
The url api "laboratory:api-logentry-list" is used in these following views:
Its really important keep access to both views with active and inactive organizations. However the first view (user access history) has a restricted access to inactive organizations. So, we need to analyze this point if is necessary to move this view or create and direct access.
Second point is trying to update the api "LogEntryViewSet" without have negative affect on its results with following code:
The text was updated successfully, but these errors were encountered: