• Vincent Pelletier's avatar
    Base_getWorkflowHistoryItemList: Remove access override · 1532fabb
    Vincent Pelletier authored
    This script has no reason to be an exception to user's title retrieval
    permissions.
    Non-ERP5 users do not have applicable access control, so handle those
    cases specifically. Such users may be:
    - since-deleted ERP5 users
    - coming from acl_users/zodb_users
    Use a generic placeholder when the user is not allowed to see a
    transition's actor.
    1532fabb
Base_getWorkflowHistoryItemList.py 3.97 KB