How can move an existing field (IDublinCore.rights) into another fieldset, after a specific field - Without writing my own Behavior (a copy of IDublinCore)?
"Rights" fields should be appear after "image_caption" (own contenttype)
This isn't working
form.order_after(rights='image_caption')