Skip to content

Commit

Permalink
Use the static query strategy for the implicitly created widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Oct 7, 2024
1 parent 8aa773c commit efbabdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/my_page/lib/my_page/grid_registration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class GridRegistration < ::Grids::Configuration::Registration
column_count: 2,
widgets: [
{
identifier: "work_packages_table",
identifier: "work_packages_assigned",
start_row: 1,
end_row: 2,
start_column: 1,
Expand All @@ -70,7 +70,7 @@ class GridRegistration < ::Grids::Configuration::Registration
}
},
{
identifier: "work_packages_table",
identifier: "work_packages_created",
start_row: 1,
end_row: 2,
start_column: 2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
widgets: [
{
_type: "GridWidget",
identifier: "work_packages_table",
identifier: "work_packages_assigned",
options: {
name: "Work packages assigned to me",
queryProps: {
Expand All @@ -99,7 +99,7 @@
},
{
_type: "GridWidget",
identifier: "work_packages_table",
identifier: "work_packages_created",
options: {
name: "Work packages created by me",
queryProps: {
Expand Down

0 comments on commit efbabdb

Please sign in to comment.