Skip to content

implement setting row to default

Lan Dam requested to merge i187_default_channel_preferences into develop

#187

  • Add default column to table ChannelPrefer with default value 0. A row can be set to default in database with value default = 1
  • When Channel Prefer Dialog is opened, any rows with column default=1 will be set to default row in which the cells can't be editable though not grey out. Only Edit and Clear buttons are greyed out.

Merge request reports