NIHVIVO-744 After removing an author, clear only matching autocomplete cache keys rather than entire cache.
NIHVIVO-741 Complete refactoring of authorship removal using javascript data rather than DOM elements and attributes.
This commit is contained in:
parent
a173e5a711
commit
d6e70ad48d
2 changed files with 23 additions and 11 deletions
|
@ -341,7 +341,7 @@ SPARQL queries for existing values. --%>
|
|||
|
||||
request.setAttribute("author", authorship.getRelatedIndividual(vivoCore + "linkedAuthor"));
|
||||
%>
|
||||
<li class="authorship" id="${authorshipUri}">
|
||||
<li class="authorship">
|
||||
<%-- span.author will be used in the next phase, when we display a message that the author has been
|
||||
removed. That text will replace the a.authorName, which will be removed. --%>
|
||||
<span class="author">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue