-
Type: New Feature
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.6.0-HF15, 5.7.1
-
Impact type:Configuration format change
-
Upgrade notes:
A number of projects have no use for proxies. It would be more cost-effective to have a global flag disabling proxies than having to add "AND ecm:isProxy = 0" to every custom query.
When this mode is activated:
- the proxies table is not created,
- proxy creation will fail,
- queries for proxies only ecm:isProxy = 1 will fail,
- queries will never do the UNION ALL and double JOIN to get proxies.
Note that this mode is incompatible with the use of features like publishing in sections.
- is duplicated by
-
NXP-10462 Add a property to globally exclude proxies from results
- Resolved