Davor Eric
Davor Eric
If included admin is used with "reverseRelationName" in options then calling "setMainRelationReference" method will not find correct fieldName as is set in "reverseRelationName" options Correct fieldName usage https://github.com/trikoder/trim/blob/e0bf1a3cef6344481a93af4aaa251178d9588959/src/js/formElements/includedAdmin.vue#L199 Incorrect fieldName...
Couple of components are using cclose icon, but it doeas not exist in icon set or css. /src/js/components/message.vue - line 7 /src/js/formElements/externalAdmin.vue - line 10 (has fallback css class "removeBtn"...
Added VueJS component on resource list table header with options to show/hide table columns while choice is saved to user preferences in local storage. This feature is activated on resource...
Added JSON:api compliant error handler on predifined (delete and update attributes) context menu action. Also added sticky message type.
Add style presentation as buttton for mass action with only one option to increase UX
Application needs to handle API access forbidden status (403) in API response with different message then current default "Server side error encountered".