plone - Possible to pass title-value onto edit-form via URL-parameter? -
appending /createobject?type_name=document&id=some_id_value
folderish object's url works. trying same other field-names, doesn't: /createobject?type_name=document&title=some_title_value
, not work, neither uppercased field-name title
, instead of title
.
then, wanted read value of url javascript on edit-form , insert title-field, url redirected /portal_factory/document/document.2015-08-25.2537358109/edit
, parameter isn't available anymore, then.
so now, manipulate browser's history, able read of window.referral
, that's bad practice.
is possible @ all, pass title createobject
-method or there other possible solution known without need, have edit-form customized, respectively create dedicated one?
a dexterity-solution welcome, too.
update:
what know, last location of link ("add page") clicked. gets lost, due redirect.
relates to:
you customize portal_skins/plone_scripts/createobject/manage_workspace accepted optional title parameter, though works plone 4.x; script no longer exists in plone 5.
Comments
Post a Comment