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
Create at least one new organization in addition to the default organization, for example:
Check "Enable self-registration" from Administration -> Community -> Parameters
Add a custom tab, section and field of type Organization in Mode "List":
Log out and create a new non-admin account using the "Create an account" button
(note: you'll need to remove the redux-freeze middleware, otherwise the "Validate my registration" button will not work, see [Registration] Cannot close confirmation modal on DEV builds #1964 )
Log in using the new non-admin account
Go to "My account" in Edit mode and try selecting an organization
Expected: you should be able to select an organization and its children, like this (an administrator can see all organizations):
Actual: you cannot see any organization, only the default one:
This is blocking us from testing the custom fields functionality and is urgent for us, is there a temporary workaround that we can try implementing in a temporary branch until this is fixed?
The text was updated successfully, but these errors were encountered:
Steps:
(note: you'll need to remove the
redux-freeze
middleware, otherwise the "Validate my registration" button will not work, see [Registration] Cannot close confirmation modal on DEV builds #1964 )Expected: you should be able to select an organization and its children, like this (an administrator can see all organizations):
Actual: you cannot see any organization, only the default one:
This is blocking us from testing the custom fields functionality and is urgent for us, is there a temporary workaround that we can try implementing in a temporary branch until this is fixed?
The text was updated successfully, but these errors were encountered: