We should remove the option to create "approved" content using the quick site builder so that all content is created as draft. When the content gets properly filled out and approved it will naturally get friendly URLs generated.
Geoff Bowers
April 7, 2013 at 1:52 AM
Friendly URLs are created when the object changes status to approved only.
Geoff Bowers
October 18, 2011 at 12:22 PM
Quicksite Builder sets the property data set to approved directly (assuming you select approved) – friendly url's are set on the toApprove event, so unless you are changing the status you won't get an FU. We can get FU's generated by firing a toApprove event cascade when setData is run with a status of approved.
Not a bad idea. Let's make it do