Grooper 21.00.0082 is available as of 12-12-2023! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 23.00.0044 is available as of 06-20-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 23.1.0026 is available as of 09-16-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Is it possible to edit (read only) content models and batch processes?
Jeff
Posts: 189 mod
I have published a few content models and batch processes from the Demo database to my own database. Once I get them to my database I can't make any changes because they are read only. I also have a working batch process but can't publish it to run a batch because it is read only. Any ideas on this?
0
Best Answer
-
jongoesboom Posts: 26 ✭✭✭If you are wanting to edit something that has already been designated as Read Only you will need to take the following steps.
1. Select the object that you want to edit. In you case @Jeff it looks like you want the FileShareImport batch process.
2. Go to the Advanced tab and click on Lock Node.
3. Your General Info tab should look similar to the one below with any combination of ReadOnly or ContentsReadOnly checked.
4. Make sure that ReadOnly and ContentsReadOnly are unchecked and click on Unlock Node.
You should now be able to edit the contents of that object.
There is another way to do this that is more effective if you have published over something like a Content Model that has lots of child objects that are also ReadOnly.
1. Again make sure that you have the object selected and click on Edit > Clear Branch Attributes
2. The Clear Branch Attributes message box should pop up and look something like the below picture.
3. Uncheck ReadOnly and ContentsReadOnly and click on OK
This should clear read only out of all of the current object and any child object's properties and you should be able to edit or delete from there.6
Answers
For Batch Processes, best practice is to first Unpublish the process (if it has been "Published" to be used as a production process) using the Unpublish button on the process itself.
Then you can use the Publish To option to publish the process from one repository to another.
Update means that the objects you have selected to publish already exist in the destination (identified by its GUID), so this feature becomes useful when using multiple instances of Grooper in a Test/Production scenario. In your case, you're updating whether or not the objects are read-only.