Actions
Bug #15315
closedMissing notification for archive page
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Very Small
Priority:
59
Name check:
To do
Fix check:
To do
Regression:
Description
When we click on "archive all" (and other), we used to have a pop-up for notification. Now, we don't have the pop-up anymore, but we don't have notification either.
In request return, we get:
jQuery('#'+"allFormNotice").html("<div> \u000a <b>The archive was created but some element have not been archived:</b> \u000a <ul>\u000a <li>Error when archiving Directive with id \u002737c9dc8c-39ee-4e21-9612-ecb74148b5c5\u0027: Inconsistancy: Can not find Technique \u0027copyGitFile:2.0\u0027</li> <li>Error when archiving Directive with id \u002735769637-752b-4898-85b7-d9c6c6fe196c\u0027: Inconsistancy: Can not find Technique \u0027filesPermissions:2.0\u0027</li> \u000a </ul>\u000a </div>");
Actions