Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: add alert that the selected entry is the original for clone, f…
…ixes #3385
  • Loading branch information
perexg committed Dec 5, 2015
1 parent af11e5b commit aa13922
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/webui/static/app/idnode.js
Expand Up @@ -1373,6 +1373,8 @@ tvheadend.idnode_create = function(conf, onlyDefault, cloneValues)
saveBtn.handler();
delete conf.forceSave;
panel.destroy();
if (cloneValues)
Ext.MessageBox.alert(_('Clone'), _('The selected entry is the original!'));
} else {
saveBtn.setVisible(true);
applyBtn.setVisible(true);
Expand Down

0 comments on commit aa13922

Please sign in to comment.