mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-27 19:25:13 +02:00
Allow group name change (#795)
* fix bug on email separator Signed-off-by: Denis barbaron <denis.barbaron@orange.com> * allow group name change Signed-off-by: Denis barbaron <denis.barbaron@orange.com> --------- Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
This commit is contained in:
@@ -771,7 +771,7 @@ module.exports = function GroupsCtrl(
|
||||
getAvailableGroupDevices(group)
|
||||
}
|
||||
}
|
||||
if (isChangedSchedule && group.state !== 'pending') {
|
||||
if (isChangedSchedule) {
|
||||
$scope.initTemporarySchedule(group)
|
||||
}
|
||||
if (doGetDevices) {
|
||||
|
||||
Reference in New Issue
Block a user