07-14-2016 12:44 AM
08-12-2016 02:47 PM
09-30-2016 04:01 PM
Thank you. That's what I have been doing but it's certainly not optimal. I wold love to figure out how to fix the other.
09-15-2016 05:31 AM
Have you made any changes or customizations since installing? It seems unlikely that this capability would have stopped working without any changes being made.
09-30-2016 04:00 PM
I must have but don't even know where to start looking for what may have changed it.
10-03-2016 03:31 AM
Are you saying you're not sure if you have made any customizations? If that's the case then it's unlikely that you've changed any code or written extensions, and I can't imagine that you've made any configuration changes that could stop this from working suddenly. Are you getting any errors reported? Either in the server logs or on your browser console when you're trying to become site manager (for example is a REST API call returning in error?)... are you actually seeing XHR requests made when you perform the action? That's where I'd initially look to start investigating the issue.
09-30-2016 04:26 PM
If it's not obvious where I need to go to correct this, is is possible to automatically add a list of members to the site manager group upon creation of every site?
10-03-2016 05:34 AM
That's not something you can do out of the box, but one option you could try is to add a rule to the Sites folder to run a custom script every time you create a site and then in that script (which you'll need to write) add the appropriate users to the group Jeff Potts mentions above.
10-04-2016 04:18 PM
You can accomplish this by adding a behavior policy (onCreate or onUpdate) of site node. You just have to be careful in figuring out when exactly are the Site Groups created and then decide whether to use onCreate or onUpdate.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.