Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
58411b58
Commit
58411b58
authored
May 06, 2014
by
Matija Obreza
Browse files
Allow for reindexing of AccessionAlias, Taxonomy2 entities
parent
f195b91e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/jsp/admin/index.jsp
View file @
58411b58
...
...
@@ -108,6 +108,8 @@
<option
value=
"org.genesys2.server.model.impl.Article"
>
Articles
</option>
<option
value=
"org.genesys2.server.model.impl.Organization"
>
Organizations
</option>
<option
value=
"org.genesys2.server.model.genesys.Accession"
>
Accessions
</option>
<option
value=
"org.genesys2.server.model.genesys.AccessionAlias"
>
Accession alias
</option>
<option
value=
"org.genesys2.server.model.genesys.Taxonomy2"
>
Taxonomy2
</option>
</select>
<input
type=
"submit"
class=
"btn btn-default"
value=
"Reindex search indexes"
/>
<!-- CSRF protection -->
<input
type=
"hidden"
name=
"${_csrf.parameterName}"
value=
"${_csrf.token}"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment