-
Notifications
You must be signed in to change notification settings - Fork 35
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
Patches and Enhancements #1951
Patches and Enhancements #1951
Conversation
The error: ``` [ERROR] Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0 s <<< FAILURE! - in org.tdl.vireo.model.EmailRecipientContactTest [ERROR] testGetEmails Time elapsed: 0 s <<< FAILURE! org.opentest4j.AssertionFailedError: Emails array does not have the correct length. ==> expected: <0> but was: <2> at org.tdl.vireo.model.EmailRecipientContactTest.testGetEmails(EmailRecipientContactTest.java:50) ``` This PR and commit: - TexasDigitalLibrary#1923 - TexasDigitalLibrary@7b4a7b8 Did not also update the unit test. This updates the unit test to now mock `getFieldValuesByPredicateValue()` instead of mocking `getFieldValuesByPredicate()`.
…ntContactTest Fix Test failure regarding EmailRecipientContactTest file.
Submission list column title and predicate are derived without referential integrity from organization workflow field profile gloss and field profile field predicate value.
Co-Authored-By: Q'Sean <134101252+qtamu@users.noreply.github.com>
Co-Authored-By: Q'Sean <134101252+qtamu@users.noreply.github.com>
Co-Authored-By: Q'Sean <134101252+qtamu@users.noreply.github.com>
…oleth-mapping Update shibboleth mapping configurations
…b/Vireo into sprint2-staging-patches
…ub.com:TAMULib/Vireo into sprint2-staging-patches
…/Vireo into sprint2-staging-patches
…mic submission query
I'm deploying a test site for UNT. I start with an 'out of the box' data model from this branch and then do a migration as well as a few sql commands such as the one to populate last action on submission, and the sql to update managed_configuration values to their lower case counterpart. When I create a filter for either Graduation Semester or Graduation Semester (List) I see the filters build up in the named_search_filter, named_search_filter_filter_criteria, and filter_criterion. multiple filter tries sometimes yields odd results such as the selected MM YYYY graduation semester not displaying under the 'Now FIltering By:' also, sometimes I see a value display problem where all the values in the list view look like: {{displaySubmissionProperty(row,col)}} Frank |
@smutniak thanks for testing this PR. I will look into the accumulating named_search_filter, named_search_filter_filter_criteria, and filter_criterion. This seems like the difference between public and private filters and may be logic which leaves public filters in place. Not sure off hand though. As for the odd results, are there any console errors that could provide some hints? |
I don't recall the console errors but sometimes the {{displaySubmissionProperty(row,col)}} result could be just in 1 row/page. |
I worked out the SQL upgrade for our sites and tested. One site had problems but this appears to be a matter of that site's data. |
Feature modifications:
Database schema changes:
Default initialized data changes: