File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ environment-vars =
119
119
ADMIN_PASSWORD ${port:admin-password}
120
120
# CUSTOM_TMP /var/tmp
121
121
# FTW_LABELS_PERSONAL_LABELS ['lu']
122
+ RETURN_FULLOBJECT_AFTER_CREATION_DEFAULT False
122
123
123
124
eggs =
124
125
${buildout:eggs}
Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ environment-vars +=
75
75
ENV dev
76
76
CUSTOM_TMP /tmp/appy
77
77
# PROFILE_PUBLISHER 1
78
- # RETURN_FULLOBJECT_AFTER_CREATION_DEFAULT False
79
78
80
79
zope-conf-additional +=
81
80
# publisher-profile-file ${buildout:directory}/profile.dat
@@ -96,6 +95,7 @@ zope_i18n_compile_mo_files = true
96
95
ENV = dev
97
96
OO_PORT = ${port:oo-port}
98
97
PYTHON_UNO = ${port:python-uno}
98
+ RETURN_FULLOBJECT_AFTER_CREATION_DEFAULT True
99
99
100
100
[test]
101
101
recipe = zc.recipe.testrunner
You can’t perform that action at this time.
0 commit comments