mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 00:53:53 +02:00
2021-07-16 Fred Gleason <fredg@paravelsystems.com>
* Modified the error dialogs in rdadmin(1) to make it possible to create a new RSS feed even with an inoperable upload URL. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -371,6 +371,14 @@ void EditCast::okData()
|
||||
}
|
||||
|
||||
if(!cast_feed->postXmlConditional("RDCastManager",this)) {
|
||||
if(QMessageBox::warning(this,"RDAdmin - "+tr("Upload Error"),
|
||||
tr("XML data upload failed!")+"\n\n"+
|
||||
tr("Continue saving feed parameters anyway?"),
|
||||
QMessageBox::Yes,QMessageBox::Yes)==
|
||||
QMessageBox::Yes) {
|
||||
done(true);
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
@@ -99,6 +99,18 @@
|
||||
<source>Cancel</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Upload Error</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>XML data upload failed!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Continue saving feed parameters anyway?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>ListCasts</name>
|
||||
|
Reference in New Issue
Block a user