Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

select list disabled if form is open inside a tab #65

Open
DevRonin opened this issue Feb 4, 2018 · 1 comment
Open

select list disabled if form is open inside a tab #65

DevRonin opened this issue Feb 4, 2018 · 1 comment

Comments

@DevRonin
Copy link

DevRonin commented Feb 4, 2018

Entities -> Author List -> Select Author -> Author db relations -> Books -> Add
"Co Author" select box is disabled, form not working.

@DevRonin
Copy link
Author

DevRonin commented Apr 12, 2018

fixed
changed
pack-angular/celerio/pack-angular/web/src/app/entities/entity-detail.component.html.e.vm

<${relation.toEntity.model.var}-auto-complete [(ngModel)]="${entity.model.var}.${relation.to.var}" id="${relation.to.var}" name="${relation.to.var}" [disabled]="sub"></${relation.toEntity.model.var}-auto-complete>

to

<${relation.toEntity.model.var}-auto-complete [(ngModel)]="${entity.model.var}.${relation.to.var}" id="${relation.to.var}" name="${relation.to.var}" [disabled]="false"></${relation.toEntity.model.var}-auto-complete>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant