Hi,

I'd like to reference this change set -> https://trac.cakephp.org/changeset/7671

What I've found is that scaffold URLs for "add" now open the "edit"
scaffold view.

http://www.example.com/document/add will render the same view as
http://www.example.com/document/edit

Mostly because in the scaffold.php file the following lines hard code
"add" to be "edit".

if ($name === 'add') {
  $name = 'edit';
}

I've reviewed the ticket 7671, but it doesn't explain why this was
changed. Is RC3 following a new convention for scaffold views? What do
I need to do to my RC2 websites to get them working again.

I also noticed that the manual lists scaffold.new.ctp as a view for
scaffolding.

Can anyone validate if 
http://book.cakephp.org/view/107/Customizing-Scaffold-Views
is correct documentation?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to