Compare commits

2 Commits
Author SHA1 Message Date
carsten 25b7910d1a Merge branch 'develop' 2024-03-01 09:47:36 +01:00
carsten 852e65dec3 Merge branch 'develop' of cs/ActiveCollabAPI into master 2024-02-20 21:08:00 +00:00
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -48,8 +48,6 @@ class AcProject:
updated_by_id: int
updated_on: int
url_path: str
task_estimates_enabled: bool
show_task_estimates_to_clients: bool
def to_dict(self) -> dict:
d = dataclasses.asdict(self)
-1
View File
@@ -1 +0,0 @@
Hello