We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Entities -> Author List -> Select Author -> Author db relations -> Books -> Add "Co Author" select box is disabled, form not working.
The text was updated successfully, but these errors were encountered:
fixed changed pack-angular/celerio/pack-angular/web/src/app/entities/entity-detail.component.html.e.vm
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>
Sorry, something went wrong.
No branches or pull requests
Entities -> Author List -> Select Author -> Author db relations -> Books -> Add
"Co Author" select box is disabled, form not working.
The text was updated successfully, but these errors were encountered: