Fixing RDF edit on session experation. VIVO-186
This commit is contained in:
parent
68284acd99
commit
38e6146390
2 changed files with 30 additions and 1 deletions
17
webapp/web/templates/freemarker/edit/missingEditConfig.ftl
Normal file
17
webapp/web/templates/freemarker/edit/missingEditConfig.ftl
Normal file
|
@ -0,0 +1,17 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<p>Unable to process the edit, possibly due to session experation.</p>
|
||||
|
||||
<#list params?keys as key>
|
||||
<#if key != "editKey">
|
||||
|
||||
<div id=${key}>
|
||||
<h2>${key}</h2>
|
||||
<#list params[key] as value>
|
||||
<p>${value}</p>
|
||||
</#list>
|
||||
</div>
|
||||
|
||||
</#if>
|
||||
</#list>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue