Development

#1415 (Admin generator: Remove addJavascriptsForEdit() in changeset 3310 but double_list.js is not included in edit template)

You must first sign up to be able to contribute.

Ticket #1415 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Admin generator: Remove addJavascriptsForEdit() in changeset 3310 but double_list.js is not included in edit template

Reported by: xiblack Assigned to:
Priority: minor Milestone: 1.0.0
Component: Version: 1.0.0-rc1
Keywords: Cc:
Qualification:

Description

In Changeset 3310, function addJavascriptsForEdit() in actions.class.php has been removed so that javascripts can be managed in templates.

prototype.js and collapse.js are moved to _edit_form.php accordingly but not double_list.js; this caused a problem in form submit:

onsubmit=double_list_submit(); return true;

Change History

02/18/07 10:45:46 changed by fabien

  • milestone set to 1.0.0.

02/18/07 10:47:43 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [3496]) fixed double_list.js inclusion in admin generator when not needed (closes #1415)