Added notion of author (owner) and editor to allow the editing of node by non owner users.
This commit is contained in:
@@ -471,6 +471,7 @@ feature -- Form
|
||||
Result := a_content_type.new_node (a_node)
|
||||
end
|
||||
Result.set_author (user)
|
||||
Result.set_editor (user)
|
||||
end
|
||||
|
||||
apply_form_data_to_node (a_content_type: CMS_NODE_TYPE [CMS_NODE]; a_form_data: WSF_FORM_DATA; a_node: CMS_NODE)
|
||||
|
||||
Reference in New Issue
Block a user