mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +01:00
2017-04-17 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'lib/rdcart.cpp' that caused the 'Import' web API call to return 404 when importing with 'CREATE' set to '1' and unique titles enabled in the database.
This commit is contained in:
@@ -166,6 +166,7 @@ class RDCart
|
||||
const QString &cutname,RDConfig *config);
|
||||
static void removePending(RDStation *station,RDUser *user,RDConfig *config);
|
||||
static unsigned readXml(std::vector<RDWaveData> *data,const QString &xml);
|
||||
static QString uniqueCartTitle(unsigned cartnum=0);
|
||||
|
||||
private:
|
||||
static QVariant GetXmlValue(const QString &tag,const QString &line);
|
||||
|
||||
Reference in New Issue
Block a user