Fixed
Details
Assignee
Milos RMilos RReporter
Milos RMilos RComponents
Fix versions
Affects versions
Priority
Minor
Details
Details
Assignee
Milos R
Milos RReporter
Milos R
Milos RComponents
Fix versions
Affects versions
Priority
Created October 25, 2024 at 7:59 AM
Updated December 2, 2024 at 2:30 PM
Resolved November 2, 2024 at 8:27 AM
When user set “View find result” option to “Always in Grid View” in it’s User Preferences it is expected that all results are displayed in Grid view after search query modal closes, regardless of “Single Row Layout” option in Tab configuration (in that case user can leave it to “Default”).
After investigating code i find out that “
getViewFindResult
" method fromX_AD_UserPreference
isn’t used anywhere. I propose adding logic to check this value inisSingleRow
method ofGridTab
class.