Error saving field
Closed this issue · 2 comments
If i tryy add more than one doctrine table at once :
Response of input-filter PUT :
{"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html","title":"Not Found","status":404,"detail" :"The controller specified does not exist"}
Then if i try to add again some tables are ignored in this screen :
What details i need to add here?
This is a problem with https://github.com/zfcampus/zf-apigility-admin-ui
The problem is because Apigility does code generation a race condition exists when multiple entities are submitted at once. You may work around this issue by running the built in PHP server from the command line PHP because it is single threaded and will not accept multiple calls to modify the same files at the same time.
@jguittard I think I mentioned this once. Can you chip in with what you know?
@jguittard We need a check all box once checking more than one works.