Changes between Initial Version and Version 1 of Ticket #30937, comment 81
- Timestamp:
- 10/23/2016 04:26:53 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30937, comment 81
initial v1 6 6 When the preview frame gets refreshed with api.previewer.refresh(), the dirty settings are always posted (with a temporary {{{<form>}}}), even the ones that have been saved in the changeset. Is that correct ? 7 7 8 I'm currently developing a feature relying server side on the theincoming {{{$_POST['customized']}}}8 I'm currently developing a feature relying server side on the incoming {{{$_POST['customized']}}} 9 9 . I need to know if there's a plan to totally remove this source of customized data in the future, or if it will always be available and accessible server side. With the current implementation, I plan to do it with 10 10