Skip to content

Commit

Permalink
Merge pull request #38 from senaite/compatibility-core-2595
Browse files Browse the repository at this point in the history
Compatibility with senaite.core #2595
  • Loading branch information
xispa authored Jul 29, 2024
2 parents d04d00c + 82f975b commit 9a4d43c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
1.2.0 (unreleased)
------------------

- #38 Compatibility with core#2595 (Move ARAnalysesField logic to data manager)
- #37 Compatibility with core#2567 (AnalysisCategory to DX)
- #37 Compatibility with core#2471 (Department to DX)
- #36 Fix user can edit ast built-in services after upgrades
Expand Down
2 changes: 1 addition & 1 deletion src/senaite/ast/datamanagers.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from senaite.ast.utils import get_ast_siblings
from senaite.ast.utils import is_ast_analysis
from senaite.ast.utils import is_interim_editable
from senaite.core.datamanagers.analysis import RoutineAnalysisDataManager
from senaite.core.datamanagers import RoutineAnalysisDataManager
from zope.component import adapter


Expand Down

0 comments on commit 9a4d43c

Please sign in to comment.