Added by Andrea Saccavini over 8 years ago
I can’t create a new custo field of any type! Nothing happens after click on the button “save”
Does anybody have the same problem on the 5.0.15?
The same “bug” I found in the cloud stack at openproject.com
Thanks
A.
Replies (4)
Hey Andrea,
thanks for your report. Is there any output in the browser console or the production log of your server?
Also, what browser did you use?
I’m using PostgreSQL locally as well and can’t seem to reproduce your issue.
Best,
Oliver
Sorry but I downgrade to previous version now!
So, when I had the error I was using both Chrome than IE. Nothing happens after click on “save” button and nothing found in production log. I suppose this is only a Front End problem.
You can reprodure the bug using the online installation on openproject.com, I have a trial account!
Thanks for any support!
Bye
Hi,
im having the same problem on Chrome, IE and Firefox.
Openproject ist either running on Ubuntu 14.04 or Debian 8 with MySQL.
Browser-Console on Chrome shows an error (see Console.jpg).
Best regards
Hey everyone,
we found the bug to be related with a multi-locale selection with combination of a required field.
The said error happens when (e.g.,) Chrome tries to locate the required field which is set to an empty value (and thus invalid), but fails to do so since it is hidden.
The bugfix is already merged in https://github.com/opf/openproject/pull/4235. It will be part of 5.0.17
If you want to fix the issue right now, you can simply apply the patch:
curl https://patch-diff.githubusercontent.com/raw/opf/openproject/pull/4235.patch > /tmp/4325.patch
To apply the patch, you can use git apply. Please go to
/opt/openproject
and test whether the patch will apply cleanlygit apply --check /tmp/4235.patch
If there is no output, it applies cleanly and you can run the patch with
git apply /tmp/4235.patch
Best,
Oliver