We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9e382 commit f30b802Copy full SHA for f30b802
1 file changed
run-scripts.py
@@ -61,6 +61,7 @@ def script3():
61
from imio.dms.mail.utils import update_solr_config
62
update_solr_config()
63
api.portal.set_registry_record('collective.solr.active', True)
64
+ portal.manage_permission("plone.restapi: Use REST API", ("Member",), acquire=0)
65
transaction.commit()
66
67
0 commit comments