Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xispa committed Nov 2, 2024
1 parent fad1ec7 commit 2af15aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
2.6.0 (unreleased)
------------------

- #2569 Fix samples are indicated as late when Turnaround Time is zero
- #2636 Fix JS Error in WS Template edit form
- #2635 Remove reindexing of Analyses and Analysis Services on Category change
- #2599 Migrate WorksheetTemplates to Dexterity
Expand All @@ -18,7 +19,6 @@ Changelog
- #2625 Fix sizing of listing widgets
- #2621 Fix UnicodeDecodeError when render non-latin email template
- #2623 Fix inactive services are added via profile on sample creation/edition
- #2569 Fix samples are indicated as late when Turnaround Time is zero
- #2620 Support IAddSampleObjectInfo adapter for sample's Template field
- #2619 Fix analysis categories are not sorted by sort key
- #2618 Fix UnicodeDecodeError when user linked to a contact with special chars
Expand Down
2 changes: 1 addition & 1 deletion src/senaite/core/upgrade/v02_06_000.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
from bika.lims import api
from bika.lims.api import UID_CATALOG
from bika.lims.api.snapshot import disable_snapshots
from bika.lims.interfaces.analysis import IRequestAnalysis
from bika.lims.utils import tmpID
from plone.dexterity.fti import DexterityFTI
from plone.dexterity.utils import createContent
Expand Down Expand Up @@ -60,7 +61,6 @@
from senaite.core.schema.addressfield import PHYSICAL_ADDRESS
from senaite.core.schema.addressfield import POSTAL_ADDRESS
from zope.component import getMultiAdapter
from bika.lims.interfaces.analysis import IRequestAnalysis

version = "2.6.0" # Remember version number in metadata.xml and setup.py
profile = "profile-{0}:default".format(product)
Expand Down
4 changes: 2 additions & 2 deletions src/senaite/core/upgrade/v02_06_000.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
i18n_domain="senaite.core">

<genericsetup:upgradeStep
title="SENAITE.CORE 2.6.0: Reindex getDueDate index from analyses and setup catalog"
description="Reindex getDuedate in analyses and sample catalog"
title="SENAITE.CORE 2.6.0: Reindex getDueDate"
description="Reindex getDueDate from analyses and sample catalogs"
source="2653"
destination="2654"
handler=".v02_06_000.reindex_getDueDate"
Expand Down

0 comments on commit 2af15aa

Please sign in to comment.