Hi Angel,
You are an angel for responding to my call for help.
Thanks for the advice. I painstakingly went through the modules and found a line in the meetings modules in 5.2.0 which was not there in 5.0.0. The line is:
this.form.status.value=’Held’
and is used in 3 areas:
- custom\modules\metadata\DetailViewDefs.php
- cache\modules\meetings\DetailView.tpl
- modules\Meetings\metadata\DetailViewDefs.php
An example of its use is in:
{if $fields.status.value != "Held"} <input type="hidden" name="isSaveAndNew" value="false"> <input type="hidden" name="status" value=""> <input type="hidden" name="isSaveFromDetailView" value="true"> ……
onclick="this.form.status.value='Held'; this.form.action.value='Save';this.form.return_mod ule.value='Meetings';
Do you think this code could cause the issue and if so, can I delete that code only from the 3 areas mentioned above to solve the problem?
Bookmarks