xenadmin/XenAdmin/SettingsPanels
Mihaela Stoica 3c051654d6 CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view)
-  Suppress reporting of success and failure for sub-actions:
The suppress history flag is set when the action is created and if is false (by default) the action is added to the history (the Events list).
In order to suppress history for the subactions, we need change all actions used in Edit pages so their constructor can set the SuppressHistory flag and then use these constructors with suppressHistory = true on all the implementations of IEditPage.SaveSettings() where an action is created
(then we need to remember to do the same everytime we introduce a new page and / or "save" action).

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2014-07-21 11:19:04 +01:00
..
HostPowerONPages CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
Wlb CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
BootDevice.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
BootOptionsEditPage.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
BootOptionsEditPage.Designer.cs CA-85971: Removed method selecting control in tab by name. Retained ability only for the Name, Description and Iqn TexBox on the GeneralEditPage; in one of the other cases it didn't make a difference, in another (LogDestinationEditPage) it was causing a bug and in yet another (BootOptionsEditPage) the controls had already been renamed. Also some positioning changes. 2013-12-30 13:01:00 +00:00
BootOptionsEditPage.ja.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
BootOptionsEditPage.resx CA-85971: Removed method selecting control in tab by name. Retained ability only for the Name, Description and Iqn TexBox on the GeneralEditPage; in one of the other cases it didn't make a difference, in another (LogDestinationEditPage) it was causing a bug and in yet another (BootOptionsEditPage) the controls had already been renamed. Also some positioning changes. 2013-12-30 13:01:00 +00:00
BootOptionsEditPage.zh-CN.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
CPUMemoryEditPage.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
CPUMemoryEditPage.Designer.cs CP-8120 Set cores per socket through XenCenter: Added text explaining the invalid vCPU configuration on the New VM Wizard and VM Properties dialog 2014-06-06 15:33:22 +01:00
CPUMemoryEditPage.ja.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
CPUMemoryEditPage.resx CP-8120 Set cores per socket through XenCenter: Added text explaining the invalid vCPU configuration on the New VM Wizard and VM Properties dialog 2014-06-06 15:33:22 +01:00
CPUMemoryEditPage.zh-CN.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
CustomFieldsDisplayPage.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
CustomFieldsDisplayPage.designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
CustomFieldsDisplayPage.ja.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
CustomFieldsDisplayPage.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
CustomFieldsDisplayPage.zh-CN.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
EditNetworkPage.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
EditNetworkPage.Designer.cs CA-121385 Allow creation of VLAN 0 in XenCenter. This applies to the New Network Wizard and the Network Properties. 2014-05-20 12:38:03 +01:00
EditNetworkPage.ja.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
EditNetworkPage.resx CA-121385 Allow creation of VLAN 0 in XenCenter. This applies to the New Network Wizard and the Network Properties. 2014-05-20 12:38:03 +01:00
EditNetworkPage.zh-CN.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
GeneralEditPage.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
GeneralEditPage.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
GeneralEditPage.ja.resx CP-6317: Importing from branch clearwater-ln. 2013-09-26 13:00:28 +01:00
GeneralEditPage.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
GeneralEditPage.zh-CN.resx CP-6317: Importing from branch clearwater-ln. 2013-09-26 13:00:28 +01:00
GpuEditPage.cs CA-121659: If the pass-through is the only vGPU type available, then the GPU type list should show this type as the group name and selectable 2013-12-11 10:26:54 +00:00
GpuEditPage.Designer.cs CP-6215: Do not allow HA for vGPU VMs. 2013-11-14 11:57:28 +00:00
GpuEditPage.ja.resx CP-6317: Importing from branch clearwater-ln. 2013-09-26 13:00:28 +01:00
GpuEditPage.resx CP-6215: Do not allow HA for vGPU VMs. 2013-11-14 11:57:28 +00:00
GpuEditPage.zh-CN.resx CP-6317: Importing from branch clearwater-ln. 2013-09-26 13:27:55 +01:00
HomeServerEditPage.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
HomeServerEditPage.Designer.cs CA-126455: VM Properties dialog: Fixed the bug where the home server value was reset on revisiting the page from other page 2014-04-29 10:07:54 +01:00
HomeServerEditPage.ja.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HomeServerEditPage.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HomeServerEditPage.zh-CN.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HostMultipathPage.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
HostMultipathPage.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HostMultipathPage.ja.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HostMultipathPage.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
HostMultipathPage.zh-CN.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
IEditPage.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
LogDestinationEditPage.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
LogDestinationEditPage.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
LogDestinationEditPage.ja.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
LogDestinationEditPage.resx CA-85971: Removed method selecting control in tab by name. Retained ability only for the Name, Description and Iqn TexBox on the GeneralEditPage; in one of the other cases it didn't make a difference, in another (LogDestinationEditPage) it was causing a bug and in yet another (BootOptionsEditPage) the controls had already been renamed. Also some positioning changes. 2013-12-30 13:01:00 +00:00
LogDestinationEditPage.zh-CN.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
PerfmonAlertEditPage.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
PerfmonAlertEditPage.Designer.cs CA-107909: Fixed layout issue occurring in the EN on SC XenCenter. 2013-08-14 17:30:22 +01:00
PerfmonAlertEditPage.ja.resx CP-6317: Importing from branch clearwater-ln. 2013-09-26 13:45:09 +01:00
PerfmonAlertEditPage.resx CA-107909: Fixed layout issue occurring in the EN on SC XenCenter. 2013-08-14 17:30:22 +01:00
PerfmonAlertEditPage.zh-CN.resx CP-6317: Importing from branch clearwater-ln. 2013-09-26 13:45:09 +01:00
PerfmonAlertOptionsPage.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
PerfmonAlertOptionsPage.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
PerfmonAlertOptionsPage.ja.resx CP-6317: Importing from branch clearwater-ln. 2013-09-26 13:00:28 +01:00
PerfmonAlertOptionsPage.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
PerfmonAlertOptionsPage.zh-CN.resx CP-6317: Importing from branch clearwater-ln. 2013-09-26 13:00:28 +01:00
PoolGpuEditPage.cs Missing license headers. 2013-11-14 12:59:08 +00:00
PoolGpuEditPage.Designer.cs CP-6382: Internationalized GPU page on Pool properties dialog (PR-1675) 2013-11-14 10:38:37 +00:00
PoolGpuEditPage.ja.resx CP-6382: Added GPU page to the Pool properties dialog (PR-1675) 2013-11-14 10:35:48 +00:00
PoolGpuEditPage.resx CP-6382: GPU page to the Pool properties dialog: new text for the third radio button 2013-11-14 11:14:46 +00:00
PoolGpuEditPage.zh-CN.resx CP-6382: Added GPU page to the Pool properties dialog (PR-1675) 2013-11-14 10:35:48 +00:00
StorageLinkEditPage.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
StorageLinkEditPage.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
StorageLinkEditPage.ja.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
StorageLinkEditPage.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
StorageLinkEditPage.zh-CN.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VBDEditPage.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
VBDEditPage.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VBDEditPage.ja.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VBDEditPage.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VBDEditPage.zh-CN.resx CP-6317: Importing from branch clearwater-ln. 2013-09-26 14:41:59 +01:00
VDISizeLocationPage.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
VDISizeLocationPage.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VDISizeLocationPage.ja.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VDISizeLocationPage.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VDISizeLocationPage.zh-CN.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMAdvancedEditPage.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
VMAdvancedEditPage.Designer.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMAdvancedEditPage.ja.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMAdvancedEditPage.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMAdvancedEditPage.zh-CN.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMHAEditPage.cs CA-136173: Getting several notifications for one user-level action (e.g. Updating network operation creates 4 entries in the Notifications/Events view) 2014-07-21 11:19:04 +01:00
VMHAEditPage.Designer.cs CA-85971: Removed method selecting control in tab by name. Retained ability only for the Name, Description and Iqn TexBox on the GeneralEditPage; in one of the other cases it didn't make a difference, in another (LogDestinationEditPage) it was causing a bug and in yet another (BootOptionsEditPage) the controls had already been renamed. Also some positioning changes. 2013-12-30 13:01:00 +00:00
VMHAEditPage.ja.resx CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
VMHAEditPage.resx CA-85971: Removed method selecting control in tab by name. Retained ability only for the Name, Description and Iqn TexBox on the GeneralEditPage; in one of the other cases it didn't make a difference, in another (LogDestinationEditPage) it was causing a bug and in yet another (BootOptionsEditPage) the controls had already been renamed. Also some positioning changes. 2013-12-30 13:01:00 +00:00
VMHAEditPage.zh-CN.resx CP-6317: Importing from branch clearwater-ln. 2013-09-26 14:48:51 +01:00