We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d04d00c + 82f975b commit 9a4d43cCopy full SHA for 9a4d43c
docs/changelog.rst
@@ -4,6 +4,7 @@ Changelog
4
1.2.0 (unreleased)
5
------------------
6
7
+- #38 Compatibility with core#2595 (Move ARAnalysesField logic to data manager)
8
- #37 Compatibility with core#2567 (AnalysisCategory to DX)
9
- #37 Compatibility with core#2471 (Department to DX)
10
- #36 Fix user can edit ast built-in services after upgrades
src/senaite/ast/datamanagers.py
@@ -27,7 +27,7 @@
27
from senaite.ast.utils import get_ast_siblings
28
from senaite.ast.utils import is_ast_analysis
29
from senaite.ast.utils import is_interim_editable
30
-from senaite.core.datamanagers.analysis import RoutineAnalysisDataManager
+from senaite.core.datamanagers import RoutineAnalysisDataManager
31
from zope.component import adapter
32
33
0 commit comments