-
Notifications
You must be signed in to change notification settings - Fork 9
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
40398 missing field types #653
Conversation
Pull Request Test Coverage Report for Build 7750957043
💛 - Coveralls |
Happy new year @yeneastgate and @dai-eastgate Could someone please resolve these conflicts? :) |
Happy new year! I will resolve it now :) |
Steps to install the approved version:
|
While testing on version 4.16-13-g00be49f3 a fatal error occurs every time I create a new applicant form or a new applicant search form.
Could you please check this? |
@andernath I will check and let you know as soon as possible. Thanks! |
Solution 1: Is it possible to always install the "Read out user data by API" permission on the onOffice Enterprise? Solution 2: I would use the "get users" API (https://apidoc.onoffice.de/actions/informationen-abfragen/get-users/) and not involve setting the "Read out user data by API" permission. So which solutions that you choose? |
Thanks for your investigation @yeneastgate ! |
@yeneastgate please implement the suggested solution no. 2, without the necessity for the special user rights and displaying the shortname user(Kuerzel). Thank you :) |
@fredericalpers @andernath I have implemented solution 2. Please take a look at my demo video and help me to review this PR. Thanks! fix_supervisor.mp4 |
Steps to install the approved version:
|
@andernath I will check and let you know soon. |
16dcf8a
to
51669e5
Compare
6af9ff2
to
64dc621
Compare
The cause of this bug is that the template has been changed so you must copy the template from template.dist/fields.php to folder "onoffice-personalized" and test again
Correct, this is a bug. I have fixed it. Below is my video test. missing_field_case2.mp4
I have covered and fixed this bug in PR "#694".
Correct, this is a bug. I have fixed it. Below is my video test. missing_field_case4.mp4Please review this PR for me. Thank! |
@yeneastgate sorry, my mistake. Thanks for your advice. :) Also thanks for your fixes, I will review and test it again. |
Steps to install the approved version:
|
@yeneastgate For example here you see applicant form (left side) and owner form (right side) with the date field "abdatum" from enterprise. In Backend the same, date field in applicant (left) is correct, date field in owner (right) is just a simple text field: Current State:
Desired State: My test environment: https://w3pm.onofficeweb.com/formulare/formular-test/ |
@andernath |
9b5ce3d
to
3ce5d15
Compare
@andernath I fixed it. Please watch my video demo and let me know your opinions. Thanks! date.type.mp4 |
I'm very sorry @yeneastgate , The video looks good. I will check code and start testing soon. Thank you! |
Steps to install the approved version:
|
related to #634
changed log :
Update missing field types