Closed KarstenWolff closed 9 years ago
Please note that the backing project should not be managed directly as long as possible. Issue tracking may be disabled there. As of today, only time tracking is necessary for users to view timelogs over global orders in time reports, but this limitation should be removed asap.
Pls let me know if the fix works for you. Thanks!
Super! Now it works for me. Thanks a lot!
Thank you for taking the time to test the plugin! It gets stronger for everybody's advantage ;)
Thank you for the quick fix for #38.
I observed one minor problem:
Creating a new order gives you an error 404 in the web browser with message:
In English: Attachment does not exist or is deleted.
The SQL statements from the PostgreSql database log and an output from a query from
psql
:The new order (
versions.id=6
) does not appear in the list of orders, becauseis_order=f
. Incustom_values
the new value is shown asf
, not as0
as with the other values.Workaround:
Goto project "Timesheets" and update the order/version without changing any values. The field Is Order is already shown as Yes.
Now the SQL statements are:
The new order now appears in the order management and can be configured.