Replies: 1 comment
-
Second option is add it as a filter's properties. The filter are defined into /assets/server/publishing-filter We can add a new properties called something like: integrity it could have 3 values:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Epic: #20895
The Idea is run the Integrity Checker before the Push Publish in the receiver, the idea is find out if exists any conflicts error before start the Publish process to report them with more detail in the sender.
I propose to add new check in the Push Publish dialog, I mean this dialog:
to keep this dialog simple, we can add a "Advanced Setting", and even hide some of the current options, something like:
Clicking the "Advanced Setting" button, we are going to get:
The Integrity Checker is going to run all the time, If you check the "Check by conflicts and fix them in the receiver", then the conflicts if them exists are going to be fix in the receiver automatically and after that the PP process is going to continue.
If the "Check by conflicts and fix them in the receiver" is unchecked then the Integrity Checker is going to run before PP en el receiver anyway but the conflicts are not going to be fixed automatically, If exists any conflicts the PP fails with a new status and we are going to show a icon in the Status/History list to show the current conflicts dialog.
I don't know what permission we need check to allow any user to fix conflicts.
Beta Was this translation helpful? Give feedback.
All reactions