Fix channel prefer dialog not save
Closes #222 (closed)
- The reason that new channel preferences isn't saved because its editing isn't finished if click on Save right after editing. So setFocus is called on save button to finish it.
- Also more condition is checked and correct on create sqls
- To be more descriptive variable idx has been changed to preferred_sohs and database table ChannelPrefer's IDs has been changed to preferredSOHs.
Edited by Lan Dam
Merge request reports
Activity
Filter activity
assigned to @ldam
requested review from @kienle
added 3 commits
-
eb862acc...ae395df6 - 2 commits from branch
master
- 2e05abdd - Merge branch 'master' into i222_channel_prefer_dialog_not_save
-
eb862acc...ae395df6 - 2 commits from branch
requested review from @kienle
requested review from @kienle
- Resolved by Kien Le
- Resolved by Kien Le
- Resolved by Kien Le
added 1 commit
- 49a31af9 - exclude ‘Default’ from avail_data_types because it only has meaning for...
requested review from @kienle
requested review from @kienle
- Resolved by Kien Le
If there is a problem when saving the channel preferences, no error message is shown in the program. Instead, an unrelated exception is raised.
- Resolved by Kien Le
It is a bit awkward that any problem in the channel preferences dialog is shown in the main window.
added 1 commit
- 85ee1ba7 - modify channel_prefer_dialog to print error message in the dialog's tracking...
Please register or sign in to reply