NotesResourceImpl: around line 378: the self query
Any tests that may be broken.
pom.xml: Depend on rmb 14
Fix these when RMB 14 is released
Heikki Levanto August 17, 2017 at 9:18 AM
Edited
The metadata querying works now, as long as the query validation is commented out.
I did change the _self endpoint to query for metadata=... or metaData=... That way, mod-notes works now, and should work after the change in . At least the _self endpoint should work. When the UI makes metadata queries.
Heikki Levanto August 10, 2017 at 12:31 PM
The metadata gets filled in all right. There is still a problem with searching for it, you can add ?query=metaData=2017-08-10 and that will match against both createdDate and updatedDate. Likewise, searching for an UUID, you match the guy who created it, or the one who updated it.
Also, the current RMB calls it "metaData", we discussed if it should not be "metadata", in one word.
See FOLIO-592 for details.