71894: prod build permission issue fix

This commit is contained in:
Marie Verdonck
2020-09-17 10:30:23 +02:00
parent 5db42a6da8
commit ade3bffcb7

View File

@@ -123,7 +123,7 @@ export class AbstractItemUpdateComponent extends AbstractTrackableComponent impl
/** /**
* Check if the current page is entirely valid * Check if the current page is entirely valid
*/ */
protected isValid() { public isValid() {
return this.objectUpdatesService.isValidPage(this.url); return this.objectUpdatesService.isValidPage(this.url);
} }