Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
75ce9e1
DP-44544: Update advanced search view with `better_exposed_filters` a…
dstorozhuk Feb 3, 2026
88fa6bf
DP-44544: Fix organization filter in `all_documents_latest_rev` view …
dstorozhuk Feb 3, 2026
41c1de7
Merge branch 'refs/heads/develop' into feature/DP-44544-Fix-bug-in-ad…
dstorozhuk Feb 3, 2026
29951cd
DP-44544: Add changelog entry for advanced search documents view fix
dstorozhuk Feb 3, 2026
85c5547
DP-44544: Remove redundant blank lines in `mass_views.module` to impr…
dstorozhuk Feb 3, 2026
53405ee
Merge branch 'develop' into feature/DP-44544-Fix-bug-in-advanced-sear…
dstorozhuk Feb 10, 2026
2b61560
Fix duplicate rows and add bulk operations to documents advanced search
dstorozhuk Feb 12, 2026
12f1ad8
Fix coding standards: Remove trailing whitespace
dstorozhuk Feb 12, 2026
77a2c2f
Remove debug logging code
dstorozhuk Feb 12, 2026
fb7ff73
Merge branch 'develop' into feature/DP-44544-Fix-bug-in-advanced-sear…
dstorozhuk Feb 12, 2026
a6d9946
DP-44544: Enable performance statistics in views settings
dstorozhuk Feb 13, 2026
fd6ae7b
DP-44544: Refactor and optimize organization filter for documents adv…
dstorozhuk Feb 13, 2026
4589a96
Merge branch 'develop' into feature/DP-44544-Fix-bug-in-advanced-sear…
dstorozhuk Feb 19, 2026
6e2e326
DP-44544: Update advanced documents search to remove redundant depend…
dstorozhuk Feb 19, 2026
c3302b6
DP-44544: Adjust comment formatting in `OrgTopParentFilterMedia` for …
dstorozhuk Feb 20, 2026
5a3500b
DP-44544: Fix duplicate rows in `all_documents_latest_rev` view and i…
dstorozhuk Feb 20, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelogs/DP-44544.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Fixed:
- description: Fix bug in advanced search for documents view.
issue: DP-44544
2 changes: 1 addition & 1 deletion conf/drupal/config/views.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ui:
additional_queries: false
advanced_column: true
default_display: true
performance_statistics: false
performance_statistics: true
preview_information: true
sql_query:
enabled: true
Expand Down
Loading