Skip to content
Snippets Groups Projects
Unverified Commit 90c3905c authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Update demo page for context attribute

parent 58ab1d8b
No related branches found
No related tags found
No related merge requests found
Pipeline #18237 failed
...@@ -73,15 +73,15 @@ export class OrganizationSelectDemo extends ScopedElementsMixin(DBPLitElement) { ...@@ -73,15 +73,15 @@ export class OrganizationSelectDemo extends ScopedElementsMixin(DBPLitElement) {
<div class="container"> <div class="container">
<form> <form>
<div class="field"> <div class="field">
<label class="label">Organization 1</label> <label class="label">All related organization of the current user</label>
<div class="control"> <div class="control">
<dbp-organization-select subscribe="auth" lang="${this.lang}" entry-point-url="${this.entryPointUrl}"></dbp-organization-select> <dbp-organization-select subscribe="auth" lang="${this.lang}" entry-point-url="${this.entryPointUrl}"></dbp-organization-select>
</div> </div>
</div> </div>
<div class="field"> <div class="field">
<label class="label">Organization 2</label> <label class="label">Organization where the current user is library-manager</label>
<div class="control"> <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>
</div> </div>
</form> </form>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment