Justin Neville

Results 10 issues of Justin Neville

this fixes #13023 Added check to propertyEditorReadonly() function in listview.controller.js to ensure $scope.variantContent is defined before accessing $scope.variantContent.allowedActions. See issue 13023 for more details. All tests checked and passed.

Fixes issue: https://github.com/umbraco/Umbraco-CMS/issues/13011 this fixes #13011 Added logic to $routeChangeError handler in init.js to check for a ReturnURL on the querystring and if present, sets the returnRath to the ReturnURL....

### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0) 10.2 ### Bug summary After clicking Approved to true on a member and clicking Save, you...

community/pr
type/bug

Changed booleanEditorController in boolean.controller.js to use local copy of the config and not $scope.model.config as this gets cleared after clicking Save. This was stopping toggle buttons from working after clicking...

### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0) 10.2.0 ### Bug summary When viewing the members list view in the CMS the following JavaScript...

type/bug

### Prerequisites - [X] I have added steps to test this contribution in the description below If there's an existing issue for this PR then this fixes https://github.com/umbraco/Umbraco-CMS/issues/12834 ### Description...

community/pr

**Problem** If a PDF document is deleted and in the recycle bin, it is correctly removed from the index but if the index is rebuilt it is included again. The...

**Describe the bug** I need to set some JSON in the config property to pass to a custom view for a property in the order editor config but it is...

bug

**Describe the bug** I am creating a custom shipping provider and I need to store a JSON value which is an array of objects in the shipping provider setting. I...

bug

### Prerequisites - [X] I have added steps to test this contribution in the description below If there's an existing issue for this PR then this fixes: Fixes #17128 ###...