2021-06-11 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in rdadmin(1) that threw a SQL error when opening
	the 'Edit Service' dialog.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2021-06-13 17:27:43 -04:00
parent 86a61608b2
commit ede949fa1e
2 changed files with 4 additions and 1 deletions

View File

@ -21881,3 +21881,6 @@
threw a SQL error.
2021-06-10 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to v4.0.0beta1.
2021-06-11 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdadmin(1) that threw a SQL error when opening
the 'Edit Service' dialog.

View File

@ -470,7 +470,7 @@ EditSvc::EditSvc(QString svc,QWidget *parent)
//
group=svc_svc->trackGroup();
autospot=svc_svc->autospotGroup();
sql="select NAME from GROUPS order by NAME";
sql="select `NAME` from `GROUPS` order by `NAME`";
q=new RDSqlQuery(sql);
while(q->next()) {
svc_voice_group_box->insertItem(svc_voice_group_box->count(),