Actions
Bug #1969
closedWhen there is an error with a deployement, the display is garbled in the upper right hand side corner
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
In case of error, the whole error message is displayed rather than being in a popup, thus making the display rather unpleasing
Files
Updated by Nicolas CHARLES about 13 years ago
- File wrong_display.png wrong_display.png added
Here is the DOM and the capture
<div id="deploymentStatus"> <div id="deploymentLastStatus"><span class="error deploymentError"><img width="16" height="16" src="/images/icfail.png" class="iconscala" alt="Error"> Error: configuration rules not applied at 2011-11-02 17:10 <br>(took 8s - <span id="errorDetailsLink" onclick="$('#errorDetailsDialog').modal({ minHeight:140, minWidth: 300 }); $('#simplemodal-container').css('height', 'auto'); return false;" class="errorscala">details</span>) </span><div id="errorDetailsDialog" class=".not"> <div class="simplemodal-title"> <h1>Error</h1> <hr> </div> <div class="simplemodal-content"> <br> <div> <img width="24" height="24" src="/images/icfail.png" class="erroricon" alt="Error"> <h2>Deployment process was stopped due to an error:</h2> </div> <hr class="spacer"> <br> <span id="errorDetailsMessage">=> Deployment error for process '1' at 2011/11/02 17:10:48 <br>=> Exception caught during deployment process: Mandatory variable GENERIC_FILE_CONTENT_POST_HOOK_RUN is empty, can not write checkGenericFileContent/1.0/checkGenericFileContent.cf<br></span> <hr class="spacer"> <br> <br> <div align="right"> <button onclick="return false;" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only simplemodal-close"> <span class="ui-button-text">Close</span> </button> <br> </div> </div> </div></div> <div id="deploymentProcessing"><button class="deploymentButton ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" onclick="liftAjax.lift_ajaxHandler("F279130322063IVS3NK=true", null, null, null); return false;" role="button"><span class="ui-button-text">Regenerate now</span></button></div> </div>
Updated by François ARMAND about 13 years ago
- Status changed from New to Discussion
- Target version changed from 2.3.2 to 18
It seems to be due to a bad merge between master and branch 2.3.
I reverted the merge, and set the target to 2.4.
Please, Nicolas, would you check that the bug is gone in 2.3 ?
Updated by Arthur ANGLADE about 13 years ago
- Status changed from Discussion to Pending technical review
- % Done changed from 0 to 100
Applied in changeset b15df5ce5c03d3a05d55c72ffef8d2e61e45a640.
Updated by Jonathan CLARKE about 13 years ago
- Target version changed from 18 to 2.4.0~alpha1
Updated by François ARMAND almost 13 years ago
- Status changed from Pending technical review to 10
Seems ok to me.
Actions