Settings save buttons are disabled until jQuery loads and attribute is removed (prevents saving without ajax if saving too quickly).

Notifications are set when saving now (progress) until basic is redone.
This commit is contained in:
Mark McDowall
2011-08-04 21:38:18 -07:00
parent d85a8bc15d
commit 3507b97887
11 changed files with 65 additions and 60 deletions

View File

@@ -6,7 +6,7 @@ namespace NzbDrone.Core.Model.Notification
{
public BasicNotification()
{
Id = Guid.Empty;
Id = Guid.NewGuid();
}
/// <summary>