Question
any bug in disableRenamePublishedCollection?
I want allow the user for renaming CollectionSet and but don't want for the Collection.
Even though I set these properties like below, both edit box ( Collection and CollectionSet) being disabled.
publishServiceProvider.disableRenamePublishedCollectionSet = false
publishServiceProvider.disableRenamePublishedCollection = true
Is there any clue?
Thanks in advance..