From ade3bffcb71febb1b2f27088e2e8f79737fd73ec Mon Sep 17 00:00:00 2001 From: Marie Verdonck Date: Thu, 17 Sep 2020 10:30:23 +0200 Subject: [PATCH] 71894: prod build permission issue fix --- .../abstract-item-update/abstract-item-update.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/+item-page/edit-item-page/abstract-item-update/abstract-item-update.component.ts b/src/app/+item-page/edit-item-page/abstract-item-update/abstract-item-update.component.ts index 6f97ec3057..bde2b5a1b0 100644 --- a/src/app/+item-page/edit-item-page/abstract-item-update/abstract-item-update.component.ts +++ b/src/app/+item-page/edit-item-page/abstract-item-update/abstract-item-update.component.ts @@ -123,7 +123,7 @@ export class AbstractItemUpdateComponent extends AbstractTrackableComponent impl /** * Check if the current page is entirely valid */ - protected isValid() { + public isValid() { return this.objectUpdatesService.isValidPage(this.url); }