-
Notifications
You must be signed in to change notification settings - Fork 4
Story/cite 189 #236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Story/cite 189 #236
Conversation
Can one of the admins verify this patch? |
<span th:each="citationType:${T(edu.asu.diging.citesphere.model.bib.ItemType).values()}"> | ||
<option th:selected="${#strings.equals(itemType, citationType)}" th:value="${citationType}" th:text="${citationType}">[[${citationType}]]</option> | ||
</span> | ||
</span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we said the dropdown should be next to the other filter for concepts
console.log("itemType " + itemType); | ||
console.log(window.location.href); | ||
window.location.href = "?itemType=" + itemType; | ||
console.log(window.location.href); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not have any sysout statements in my code or commented out code that isn’t needed anymore
Make it so, Jenkins. |
Build failed. Maybe you broke the test cases? |
|
Build failed. Maybe you broke the test cases? |
Build failed. Maybe you broke the test cases? |
Guidelines for Pull Requests
If you haven't yet read our code review guidelines, please do so, You can find them here.
Please confirm the following by adding an x for each item (turn
[ ]
into[x]
).Please provide a brief description of your ticket
https://diging.atlassian.net/browse/CITE-189
... Put ticket description here and add link to ticket ...
On the citation list page, it should be possible to filter by type.
Are there any other pull requests that this one depends on?
diging/citesphere-model#45
Anything else the reviewer needs to know?
... describe here ...