mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-04 06:29:08 +02:00
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:
parent
86a61608b2
commit
ede949fa1e
@ -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.
|
||||
|
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user