* all apps: preserving for current user unavailable categories (eg. private categories of other user) when editing entries

This commit is contained in:
Ralf Becker
2014-12-17 13:58:15 +00:00
parent 6b8698baef
commit 60f67bfff8
2 changed files with 38 additions and 10 deletions

View File

@ -66,6 +66,16 @@
* For an example look in link_widget::ajax_search()
*
* @property-read boolean $data_modified true if data was modified and therefore needs saving
* @property int $output_mode
* @property array $content
* @property array $changes
* @property array $sel_options
* @property array $readonlys
* @property array $preserv
* @property string $method
* @property array $ignore_validation
* @property array $template
* @property string $app_header
*/
class etemplate_request
{