-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form author with access to two apps only sees forms in the first one, in the Form Builder summary page #878
Comments
I just hit this one again during testing of 4.3, and it is very confusing. Also, even if we just opened by default the structured search, it wouldn't be possible to combine this with the regular search. So we need a better solution. |
At least investigate to see what it takes, both with eXist and relational. |
Putting 1 point for investigation. |
+1 from me again during testing. The Form Runner Summary page for Form Builder should probably show the dropdown whether the structured search section is open or not. |
Confused by this again, in the context of #6518. Possible fix:
Ideally, the Search API would support searching app being |
Check if we can close this. Maybe:
|
Only doc remaining. |
ab
with rolesa
andb
form-builder-permissions.xml
with<role name="a" app="a" form="*"/>
and<role name="b" app="b" form="*"/>
ab
can create forms ina
orb
: goodab
only sees forms ina
: not goodab
should also see forms inb
To see forms in
b
, user can click on Show search options and selectb
from the Application name dropdown, but this is hard to find (users expect to see all the forms they have access to right away).Note:
$initial-app-value
takes the value of the first app user has access toor
operations (i.e.app = ('a', 'b')
)Reported by Charles Thomas.
The text was updated successfully, but these errors were encountered: