Hello!
the following Problem:
i have a custom selectbox in detailview. If a user changes this box the action of the form will be changed to a custom action and than the form will be submitted.
in the controllerr i catch this custom action (function action_CUSTOMACTION)
depending on the selectbox i make some changes within the module-record. (e.y. change assigned_user_id or status....)
in the ind of the action_CUSTOMACTION function i go back to the detail view:
But the changes i made within the custom controller function will not be shown when the detailview appears again. Only if i go to listview and back to detailview of this record i can se the changes i made.PHP Code:$this->view = 'detail';
i already tried to override the display function in the view.detail.php to clear the cache but i did not affect anything
maybe i misunderstand something and the values that will be shown in the detailview will be loaded prior to the action_CUSTOMACTION function.


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks