Sveto Krchnavy
Sveto Krchnavy
Problem is in case when you have mounted windows FS to docker. in docker-compose.yml there is ``` yml dataphp: image: busybox volumes: - ..:/var/www/public command: "true" ``` so not sure...
In #231 there is implemented edit template feature but it is not possible to choose email template for status changes as is described in document. So #231 partially implements this.
regarding privileges, tests are written but failed due to wrong permission checked as reported, so were commented out (https://github.com/opencats/OpenCATS/commit/e5d70d242055753d7046bb4394f0516a40293772). In tests, we use docker with INSTALL_BLOCK created, because database contains...
OK, understood. Reason is that these files are bundled during travis build and after all tests and from testing environment.
Retry installation shall ask for removal of install_block. This was not changed. this is where is the check: https://github.com/opencats/OpenCATS/blob/00166b4c3c83d0dcc9b7627411b144cb0d77758c/modules/install/ajax/ui.php#L46
I checked what is sent via ajax ant this is form data ``` f:editActivity notes:qweqweqw date:05-08-19 hour:10 minute:16 ampm:AM activityID:1741 type:600 jobOrderID:NULL rhash:84356416 ``` so the issue is in js...
probably not, realy strange processing, html formated text is parsed as date and then displayed in date picker.
There is different processing of add activity and edit activity. File: `lib/ActivityEntries.php` add activity is added using ``` "INSERT INTO activity ( data_item_id, data_item_type, joborder_id, entered_by, type, notes, site_id, date_created,...
Tested on demo page where is date format set to UK, event created at December 7th 2017 : 
Error probably caused in file: https://github.com/opencats/OpenCATS/blob/00166b4c3c83d0dcc9b7627411b144cb0d77758c/js/activity.js#L277 where is hardcoded format to `'MM-DD-YY'`