MarshallRJ

Results 11 issues of MarshallRJ

It seems that the spaces in a path with a space - space are being escaped incorrectly. eg path "/foo/bar - test.txt" was being sent to rysnc as: "/foo/bar\ -...

When adding a new table view configuration. if during the configuration the "add" button is clicked while configuring the layout (eg: unintentionally while moving components around). The add new recode...

bug

**Describe the bug** When filtering using the Query Builder, [Calculated properties within the entity](https://docs.shesha.io/docs/how-to-guides/calculated-properties) are available to use in the builder. However if a query is created using one of...

bug

**Describe the bug** When loading a view from the side menu the is already loaded. The Loading bar at the top of the screen is displayed but it does not...

**Describe the bug** When using the table view filter with a evaluation bound to a nested property on the form data. When the nested property value is update the filter...

**Describe the bug** When using the QuickSearch on the Person Crud the following error is thrown: ``` "error": { "code": 404, "message": "reference-list `Shesha\\Shesha.Core.PersonType` not found", "details": "reference-list `Shesha\\Shesha.Core.PersonType` not...

**Describe the bug** In previous iterations of the INotificationSender sending a notifation would return the NotificationMessage that was created. This is no longer the case and send notification is now...

**Is your feature request related to a problem? Please describe.** Recently when configuring a query for a table view filter. I needed to use the **in** operand instead of the...

enhancement