You can now add/remove material profiles in a profile set. Thanks Jesusbill!

This commit is contained in:
Dion Moult
2021-04-08 08:57:45 +10:00
parent 41141b8fc9
commit b821e62391
9 changed files with 62 additions and 13 deletions
@@ -14,5 +14,5 @@ class Usecase:
elif self.settings["type"] == "ExceptionTimes":
exception_times = list(self.settings["work_calendar"].ExceptionTimes or [])
exception_times.append(work_time)
self.settings["work_calendar"].WorkingTimes = exception_times
self.settings["work_calendar"].ExceptionTimes = exception_times
return work_time