Commit 9f654ad 1 parent 97b18cb commit 9f654ad Copy full SHA for 9f654ad
File tree 3 files changed +2
-5
lines changed
src/bika/lims/browser/analysisrequest
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ Changelog
4
4
2.2.0 (unreleased)
5
5
------------------
6
6
7
- - #1905 Fix empty field in sample add form when using edit accessor
8
-
9
7
10
8
2.1.0 (2022-01-05)
11
9
------------------
Original file line number Diff line number Diff line change 1
1
[buildout]
2
2
index = https://pypi.org/simple/
3
- extends = https://dist.plone.org/release/5.2.6 /versions.cfg
3
+ extends = https://dist.plone.org/release/5.2.5 /versions.cfg
4
4
find-links =
5
- https://dist.plone.org/release/5.2.6 /
5
+ https://dist.plone.org/release/5.2.5 /
6
6
https://dist.plone.org/thirdparty/
7
7
8
8
parts =
Original file line number Diff line number Diff line change @@ -224,7 +224,6 @@ def accessor(**kw):
224
224
# XXX: This is a hack to make the widget available in the template
225
225
schema ._fields [new_fieldname ] = new_field
226
226
new_field .getAccessor = getAccessor
227
- new_field .getEditAccessor = getAccessor
228
227
229
228
# set the default value
230
229
form = dict ()
You can’t perform that action at this time.
0 commit comments