You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: release-notes/SRM/SRM_1.2.28.md
-18
Original file line number
Diff line number
Diff line change
@@ -99,21 +99,3 @@ When the Try Leave Quarantine action was executed on a booking with multiple unm
99
99
#### Try Leave Quarantine not working correctly if booking had multiple unmapped resources with the same capacities [ID_34579]
100
100
101
101
When the Try Leave Quarantine action was executed on a booking with multiple unmapped resources with the same capacities, it could occur that the booking could not leave the quarantine correctly.
102
-
103
-
## Addendum CU1
104
-
105
-
#### New RenameElement method [ID_34991]
106
-
107
-
A new method, *RenameElement*, had been added to the *IActionableElement* in the SLSRMLibrary. It will allow you to change the name of a DataMiner element.
108
-
109
-
```csharp
110
-
/// <summary>
111
-
/// Changes the name of an element.
112
-
/// </summary>
113
-
/// <paramname="element">The element to be renamed.</param>
114
-
/// <paramname="engine"><seecref="Engine"/> instance used to communicate with DataMiner.</param>
115
-
/// <paramname="name">New element name.</param>
116
-
/// <exceptioncref="ArgumentNullException">In case <paramrefname="element"/> or <paramrefname="engine"/> are null.</exception>
117
-
/// <exceptioncref="ArgumentException">In case <paramrefname="name"/> is null or white-space.</exception>
> This version requires that **DataMiner 10.2.7.0-11922 or higher** is installed. It is not compatible with the DataMiner Main Release track.
9
+
10
+
## Enhancements
11
+
12
+
#### New RenameElement method [ID_34991]
13
+
14
+
A new method, *RenameElement*, had been added to the *IActionableElement* in the SLSRMLibrary. It will allow you to change the name of a DataMiner element.
15
+
16
+
```csharp
17
+
/// <summary>
18
+
/// Changes the name of an element.
19
+
/// </summary>
20
+
/// <paramname="element">The element to be renamed.</param>
21
+
/// <paramname="engine"><seecref="Engine"/> instance used to communicate with DataMiner.</param>
22
+
/// <paramname="name">New element name.</param>
23
+
/// <exceptioncref="ArgumentNullException">In case <paramrefname="element"/> or <paramrefname="engine"/> are null.</exception>
24
+
/// <exceptioncref="ArgumentException">In case <paramrefname="name"/> is null or white-space.</exception>
0 commit comments