From 90c3905c173682d880e71d95e736b61c0638eb66 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Tue, 23 Mar 2021 10:47:00 +0100 Subject: [PATCH] Update demo page for context attribute --- .../organization-select/src/dbp-organization-select-demo.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/organization-select/src/dbp-organization-select-demo.js b/packages/organization-select/src/dbp-organization-select-demo.js index 3cd14e4b..1ae128a4 100644 --- a/packages/organization-select/src/dbp-organization-select-demo.js +++ b/packages/organization-select/src/dbp-organization-select-demo.js @@ -73,15 +73,15 @@ export class OrganizationSelectDemo extends ScopedElementsMixin(DBPLitElement) { <div class="container"> <form> <div class="field"> - <label class="label">Organization 1</label> + <label class="label">All related organization of the current user</label> <div class="control"> <dbp-organization-select subscribe="auth" lang="${this.lang}" entry-point-url="${this.entryPointUrl}"></dbp-organization-select> </div> </div> <div class="field"> - <label class="label">Organization 2</label> + <label class="label">Organization where the current user is library-manager</label> <div class="control"> - <dbp-organization-select subscribe="auth" lang="${this.lang}" entry-point-url="${this.entryPointUrl}" context="test"></dbp-organization-select> + <dbp-organization-select subscribe="auth" lang="${this.lang}" entry-point-url="${this.entryPointUrl}" context="library-manager"></dbp-organization-select> </div> </div> </form> -- GitLab