diff --git a/modules/node/handler/node_form_response.e b/modules/node/handler/node_form_response.e index c554ef8..b3da352 100644 --- a/modules/node/handler/node_form_response.e +++ b/modules/node/handler/node_form_response.e @@ -260,7 +260,7 @@ feature -- Form l_node_path: READABLE_STRING_8 l_path_alias, l_existing_path_alias, l_auto_path_alias: detachable READABLE_STRING_8 do - fixme ("Refactor code per operation: Preview, Save/Publish/UnPublish") + -- Potential operations : Preview, Save/Publish/UnPublish") l_preview := attached {WSF_STRING} fd.item ("op") as l_op and then l_op.same_string (preview_submit_label) if not l_preview then l_op_save := True