Content
View differences
Updated by 纯中 过 over 1 year ago
The priority field is also can not save, ~~I I suspect the frontend/src/app/shared/components/fields/edit/field-types/select-edit-field/select-edit-field.component.ts have bug, but fix it is out of my knowledge.~~
It's due to ng-dynamic-component new version 10.8.0+ having a bug, roll back to 10.7.0 will resolve temply. knowledge.
### Steps to reproduce
1. Login as as any normal user
2. Go to any projects work package list at least having status display.
3. Click on dropdown list of the Status and it should display the list of current available.
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/259810/content">
4. Select any valid status and click mouse anywhere to trigger auto saving process and it will **not** work.
5. (Optional) do some subject change will success.
### What is the buggy behavior?
The status change is not saved in the OP.
### What is the expected behavior?
It should be saved successfully.
### **Logs**
Browser log as follows:
```text
[Error] Error: Component onCreate is not an output!
runTask (polyfills.c4cd5adf2feae3a9.js:2:2825)
invokeTask (polyfills.c4cd5adf2feae3a9.js:2:8594)
[Error] TypeError: undefined is not an object (evaluating 'this._autocompleterComponent.openDirectly=!0')
runTask (polyfills.c4cd5adf2feae3a9.js:2:2825)
invokeTask (polyfills.c4cd5adf2feae3a9.js:2:8594)
```
<br>
### Environment information
**OpenProject installation type**
* Other - Rails local development and production.
**OpenProject version**
* dev version (or OpenProject 15.3.0)
* current stable version not affected.
**Browser**
* [x] Chrome
* [ ] Firefox
* [x] Safari
* [ ] Mobile Safari
* [ ] Other (please specify)
**Operating System**
* [x] Windows
* [x] Mac OS X
* [ ] Mobile iOS
* [ ] Mobile Android
* [ ] Linux (please specify distro)
* [ ] Chrome OS
* [ ] Other (please specify)
**Language**
zh-CN and en having the same bug.
It's due to ng-dynamic-component new version 10.8.0+ having a bug, roll back to 10.7.0 will resolve temply.
### Steps to reproduce
1. Login as as any normal user
2. Go to any projects work package list at least having status display.
3. Click on dropdown list of the Status and it should display the list of current available.
<img class="op-uc-image op-uc-image_inline" src="/api/v3/attachments/259810/content">
4. Select any valid status and click mouse anywhere to trigger auto saving process and it will **not** work.
5. (Optional) do some subject change will success.
### What is the buggy behavior?
The status change is not saved in the OP.
### What is the expected behavior?
It should be saved successfully.
### **Logs**
Browser log as follows:
```text
[Error] Error: Component onCreate is not an output!
runTask (polyfills.c4cd5adf2feae3a9.js:2:2825)
invokeTask (polyfills.c4cd5adf2feae3a9.js:2:8594)
[Error] TypeError: undefined is not an object (evaluating 'this._autocompleterComponent.openDirectly=!0')
runTask (polyfills.c4cd5adf2feae3a9.js:2:2825)
invokeTask (polyfills.c4cd5adf2feae3a9.js:2:8594)
```
<br>
### Environment information
**OpenProject installation type**
* Other - Rails local development and production.
**OpenProject version**
* dev version (or OpenProject 15.3.0)
* current stable version not affected.
**Browser**
* [x] Chrome
* [ ] Firefox
* [x] Safari
* [ ] Mobile Safari
* [ ] Other (please specify)
**Operating System**
* [x] Windows
* [x] Mac OS X
* [ ] Mobile iOS
* [ ] Mobile Android
* [ ] Linux (please specify distro)
* [ ] Chrome OS
* [ ] Other (please specify)
**Language**
zh-CN and en having the same bug.