-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
automatic-move-rename is not unpublishing all locations #4
Comments
@esickels when you have a moment, can you verify if the user who is submitting the move/rename Workflow has access to each of the Destinations via the Applicable Groups? For a quick test, what you can do is assume that user's identity, visit the asset, and click Publish. Check to see what Destinations are listed under the Destinations section to see if the one you are referring to is listed. |
hi @rgriffith ,
I am not able to assume user identities. I am only a manager for my 30 sites with limited admin options within them. |
@esickels when you have a moment, try using the following authorization parameter (drop the authorizing-user one) and let me know if this allows the unpublish to go through:
|
Hi @rgriffith - |
Hi @rgriffith - when executing the workflow with the authorizing-type set to user, i see this notification in the workflow step: esickels says: A non-fatal error occurred when executing trigger Publish: The user 'null' cannot publish: The asset is not publishable: Alexander-NiculescuThis is directly under the publish step for unpublishing the asset. |
Thank you for trying that out @esickels. It looks like your second update may not have been configured properly which ended up with an invalid user attempting to perform the unpublish. Regardless, checking with my colleagues it appears that you are running into a known defect in which database transports are excluded from the destinations to unpublish from during move/rename/delete operations. That would explain why the asset is removed from all of the destinations except the database one, even with the workflow. This was sort of by design for move/rename, but I can see how that could be problematic for database transports. Something I'm wondering as a possible workaround is if you try:
In theory this should unpublish from that database destination, then unpublish from the remainder of the destinations, and then delete the asset. Keep me posted on how that goes. |
Hi @rgriffith - thanks for the additional info and possible solution. Question for you, are you telling me to add an I'm just worried about adding |
@esickels if your goal is to unpublish before completing the move/rename, use the |
Hello, when attempting to use the automatic-move-rename workflow, it is not unpublishing from all publishable locations for the asset, specifically, a database. The automatic delete workflow is able to unpublish both our webserver and the database without issue. The publish command is also successful at publishing to both locations. Not sure if I need to specify more information or if this is a bug.
The text was updated successfully, but these errors were encountered: