NIHVIVO-3364 edit mode now working correctly

This commit is contained in:
tworrall 2011-11-29 15:08:26 +00:00
parent 1fdcf78de4
commit 23c5d5ae94

View file

@ -15,7 +15,7 @@
<#assign anchor = lvf.getFormFieldValue(editSubmission, editConfiguration, "anchor") />
<#assign newRank = lvf.getFormFieldValue(editSubmission, editConfiguration, "newRank") />
<#if editConfiguration.object?has_content>
<#if url?has_content>
<#assign editMode = "edit">
<#else>
<#assign editMode = "add">