Project

General

Profile

« Previous | Next » 

Revision 076608d7

Added by Dominic Cleal about 8 years ago

fixes #13352 - order dashboard widgets by ID for consistency

When a user's dashboard widgets are seeded, they receive default row and
column positions of 1, so gridster organises the widgets in the order
they are defined in the view - which before this change, is up to the
database and can vary in order.

Ordering widgets by ID ensures the widgets will start in the order they
were added to the database in (which in turn is from the widget
registration order). If a user saves the dashboard, the saved row/col
values take precedence.

  • added
  • modified
  • copied
  • renamed
  • deleted