kbss-cvut / record-manager-ui

GNU Lesser General Public License v3.0
0 stars 2 forks source link

Add filtering for "Template" column #168

Closed LaChope closed 3 months ago

LaChope commented 4 months ago

@blcham

blcham commented 4 months ago

Requires first implementation at backend

blcham commented 4 months ago

@LaChope backend is implemented here: https://github.com/kbss-cvut/record-manager/pull/51

Here is an example of how to use the new query parameter: ....&formTemplate=http://example.org/template-1&formTemplate=http://example.org/template-2

blcham commented 4 months ago

@LaChope i am done with backend