Create Node only if user submits properties in add content
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2012 01:50 AM
Hi,
I have a requirement where, the document should not be uploaded unless user provides mandatory properties in second stage of add content.
Right now when I am uploading content and clicks on ok, it loads edit properties page.
Here, I have added an action for deletion of Node when user clicks on cancel.
But I want to delete the node on any other action except 'OK'.
Suppose user clicks on breadcrumb, still I need to delete the node as it gets uploaded without mandatory properties.
I have a requirement where, the document should not be uploaded unless user provides mandatory properties in second stage of add content.
Right now when I am uploading content and clicks on ok, it loads edit properties page.
Here, I have added an action for deletion of Node when user clicks on cancel.
But I want to delete the node on any other action except 'OK'.
Suppose user clicks on breadcrumb, still I need to delete the node as it gets uploaded without mandatory properties.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2013 04:03 PM
I would recommend you to write a component which replaces the standard upload dialog and integrates both- the upload control and the metadata form. By using this approach you can achieve that the user can only click on Ok if the metadata is filled. We have done this for a customer recently. You can use the formservice to load the metadata form.
Thanks,
Jens
Thanks,
Jens
