I have…
- [ ] Checked the logs and have uploaded a log file and provided a link because I found something suspicious there. Please do not post the log file in the topic because very often something important is missing.
I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [x] Bug report
- [ ] Performance issue
- [ ] Documentation issue or request
Current behavior
On an application settings, in the clients tab the bloc to create a new app does not appear
Expected behavior
We used to have an itme “Enter client name”
Minimal reproduction of the problem
Environment
- [ ] Self hosted with docker
- [x] Self hosted with IIS
- [ ] Self hosted with other version
- [ ] Cloud version
Version: [5.7.0]
Commit Date: 2021/05/28 10:06:20 (+02:00)
Commit SHA: 81fea50a5eb760fb28121f4b761ae7f4c52800ea
Browser:
- [x ] Chrome (desktop)
- [ ] Chrome (Android)
- [ ] Chrome (iOS)
- [ ] Firefox
- [ ] Safari (desktop)
- [ ] Safari (iOS)
- [ ] IE
- [ ] Edge
Others:
workaround: update clients-page.component.html
replace:
<sqx-client-add-form *ngIf="clientsState.canCreate | async"></sqx-client-add-form>
by
<sqx-client-add-form></sqx-client-add-form>