File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ This file documents all notable changes made to ITFlow.
8
8
- Set default to date to 2035-12-31 as 9999-12-31 and 2999-12-31 broke certain browsers.
9
9
- Update Client PDF Export, add header added company logo.
10
10
- Present Larger clearer Warning about updates on update page.
11
+ - Allow to search by project reference.
11
12
12
13
## [ 25.03.5]
13
14
Original file line number Diff line number Diff line change 48
48
LEFT JOIN clients ON client_id = project_client_id
49
49
LEFT JOIN users ON user_id = project_manager
50
50
WHERE DATE(project_created_at) BETWEEN ' $ dtf' AND ' $ dtt'
51
- AND (project_name LIKE '% $ q%' OR project_description LIKE '% $ q%' OR user_name LIKE '% $ q%')
51
+ AND (CONCAT(project_prefix,project_number) LIKE '% $ q %' OR project_name LIKE '%$ q%' OR project_description LIKE '% $ q%' OR user_name LIKE '% $ q%')
52
52
AND project_completed_at $ status_query
53
53
$ project_permission_snippet
54
54
AND project_ $ archive_query
You can’t perform that action at this time.
0 commit comments