arambalakjian / DataObject-as-Page

A SilverStripe module for displaying DataObjects as Pages
53 stars 27 forks source link

Edit URL-Segment is broken in 3.1 Beta 3 #36

Closed dacar closed 11 years ago

dacar commented 11 years ago

There is something missing in DataObjects-as-Pages/javascript/SiteTreeURLSegmentField_modeladmin.js

If you load SiteTreeURLSegmentField.js you can edit the URL-Segment again.

If you uncomment Requirements::block(CMS_DIR . '/javascript/SiteTreeURLSegmentField.js'); in DataObjects-as-Pages/Code/Decorators/DataObjectAsPageLeftAndMain.php it will work.

arambalakjian commented 11 years ago

This is now fixed in Master, sorry for the delay!