Skip to content

Commit f8b710e

Browse files
committed
Fixed behavior name to collective.dms.scanbehavior.behaviors.IScanFields to avoid behavior name changed when code is refactored.
1 parent cab7b50 commit f8b710e

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Changelog
77

88
- Removed 'to_sign' and 'signed' fields from the behavior.
99
[chris-adam]
10-
10+
- Fixed behavior name to `collective.dms.scanbehavior.behaviors.IScanFields`
11+
to avoid behavior name changed when code is refactored.
12+
[gbastien]
1113

1214
1.3.1 (2024-03-01)
1315
------------------

src/collective/dms/scanbehavior/behaviors/configure.zcml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
<include package="plone.directives.form" file="meta.zcml" />
1010
<include package="plone.directives.form" />
1111

12-
<plone:behavior
12+
<plone:behavior
1313
title="Scan metadata"
1414
description="Adds scan information fields"
15+
name="collective.dms.scanbehavior.behaviors.IScanFields"
1516
provides=".behaviors.IScanFields"
1617
/>
1718

0 commit comments

Comments
 (0)