User story #2159
closedCreate a popup with the list of modification since last deployment
Description
When in manual deployment, the regenerate now button should open a popup with the list of modification since last deployment, and ask the user to confirm that he accepts the modification to proceed with the deployment.
The event will appear in a grid, with details showing when we click on a row,
Updated by Nicolas CHARLES almost 13 years ago
- Status changed from New to In progress
- % Done changed from 0 to 60
The popup is created, but the details can't be shown yet, for we can open popup in a popup
Updated by Nicolas CHARLES almost 13 years ago
- Status changed from In progress to Pending technical review
- % Done changed from 60 to 100
Applied in changeset 8f22cd1671d43a053f6f350d75fb2be877746ea5.
Updated by François ARMAND almost 13 years ago
- Status changed from Pending technical review to 10
Technical review OK.
Convention question: should we enforce to use only one liner in right hand side of CssSelector ?
Pros: that allows to better check for missing '&' and also to better see what selector are used.
Cons: that removes the "into what my HTLM is actually transform" part from the place where it is defined, and may lead to a less understandable whole.
Perhaps we could just use the same indentation convention than for for-comprehension to highlight left hand side / right hand side of "#>" ?
Updated by Jonathan CLARKE almost 13 years ago
- Status changed from 10 to Released