Development

#3813 ([sfDynamicCMSPlugin] : Missing method BasesfDynamicCMSAdminActions::savePage())

You must first sign up to be able to contribute.

Ticket #3813 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

[sfDynamicCMSPlugin] : Missing method BasesfDynamicCMSAdminActions::savePage()

Reported by: xcambar Assigned to: Sylvio
Priority: minor Milestone: plugins
Component: plugins Version: 1.0.16
Keywords: Cc:
Qualification: Unreviewed

Description

As of now, one can not save the data from the "Edit Page Settings" form. This is because the called function is saveNode() instead of savePage().

As the latter doesn't exist, creating it is necessary. For that purpose, just copy saveNode and replace ever occurence of 'node' by 'page'. Voila!

Change History

06/24/08 09:36:37 changed by Sylvio

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

Edit Page Settings works fine for me (??), do you use last plugin version ?

Anyway, method added in trunk : http://svn.symfony-project.com/plugins/sfDynamicCMSPlugin/ Changeset 9827

(fix also a related tiny bug in sfPropelSlotBehaviorPlugin trunk)