Open avernet opened 11 years ago
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 'a' or 'b' or 'c'
, and we could show all forms in single list.
Check if we can close this. Maybe:
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.