Skip to content

Commit f24872f

Browse files
committed
Set RETURN_FULLOBJECT_AFTER_CREATION_DEFAULT to False by default (prod/dev) but set it to True in tests to not break it
1 parent 4401a19 commit f24872f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

base.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ environment-vars =
119119
ADMIN_PASSWORD ${port:admin-password}
120120
# CUSTOM_TMP /var/tmp
121121
# FTW_LABELS_PERSONAL_LABELS ['lu']
122+
RETURN_FULLOBJECT_AFTER_CREATION_DEFAULT False
122123

123124
eggs =
124125
${buildout:eggs}

dev.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ environment-vars +=
7575
ENV dev
7676
CUSTOM_TMP /tmp/appy
7777
# PROFILE_PUBLISHER 1
78-
# RETURN_FULLOBJECT_AFTER_CREATION_DEFAULT False
7978

8079
zope-conf-additional +=
8180
# publisher-profile-file ${buildout:directory}/profile.dat
@@ -96,6 +95,7 @@ zope_i18n_compile_mo_files = true
9695
ENV = dev
9796
OO_PORT = ${port:oo-port}
9897
PYTHON_UNO = ${port:python-uno}
98+
RETURN_FULLOBJECT_AFTER_CREATION_DEFAULT True
9999

100100
[test]
101101
recipe = zc.recipe.testrunner

0 commit comments

Comments
 (0)