mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-24 16:41:40 +02:00
2017-04-17 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'rdlogedit/edit_log.cpp' that caused header data to fail to be saved when clicking the 'Save' button.
This commit is contained in:
parent
781f6a7ea9
commit
de1beb6f86
@ -15737,3 +15737,6 @@
|
|||||||
* Fixed a bug in 'lib/rdcart.cpp' that caused the 'Import' web API call
|
* 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
|
to return 404 when importing with 'CREATE' set to '1' and unique titles
|
||||||
enabled in the database.
|
enabled in the database.
|
||||||
|
2017-04-17 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a bug in 'rdlogedit/edit_log.cpp' that caused header data
|
||||||
|
to fail to be saved when clicking the 'Save' button.
|
||||||
|
@ -1057,7 +1057,7 @@ void EditLog::saveData()
|
|||||||
tr("Unable to save log, audio deletion error!"));
|
tr("Unable to save log, audio deletion error!"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
edit_log_event->save();
|
SaveLog();
|
||||||
SetLogModified(false);
|
SetLogModified(false);
|
||||||
edit_log->setAutoRefresh(edit_autorefresh_box->currentItem()==0);
|
edit_log->setAutoRefresh(edit_autorefresh_box->currentItem()==0);
|
||||||
edit_log->
|
edit_log->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user