Changes between Version 1 and Version 2 of Ticket #1324
- Timestamp:
- 04/19/10 00:21:17 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1324 – Description
v1 v2 6 6 }}} 7 7 8 This enhancement will use the actual web layout resource id instead of the working (session) copy. This makes the editor functionally line up with MapGuide Studio.8 This ticket will use the actual web layout resource id instead of the working (session) copy. This makes the editor functionally line up with MapGuide Studio. 9 9 10 When the "View in browser" button is clicked, the library resource will be updated with the session copy, before the preview url is launched. 10 Because there may be a disconnect between the library and session copies of the web layout (eg. The user hasn't saved the changes), a prompt will be displayed to save the current resource if the session copy has unsaved changes, before invoking the "view in browser" function 11 11 12 ~~Because there may be a disconnect between the library and session copies of the web layout (eg. The user hasn't saved the changes), a prompt will be displayed to save the current resource if the session copy has unsaved changes, before invoking the "view in browser" function~~ 12 Note that this only affects the "View in browser" function. The regular preview (from the toolbar button) will still display using the session copy, which reflects the current state of the resource (saved or unsaved). 13 13 14 ~~Note that this only affects the "View in browser" function. The regular preview (from the toolbar button) will still display using the session copy, which reflects the current state of the resource (saved or unsaved).~~ 14 This way we can have a before/after preview where clicking "View in browser" gives us the last-saved version of the library resource, and previewing via the toolbar button gives us the current version (w/ any unsaved changes). 15 15