Skip to content

Commit 4aedcb0

Browse files
committed
Display content property starting with verbose=3
.. not verbose=2 as it was previously to distinguish the cases of label display (of Link/Multilink fields) from the content display.
1 parent 4207fc8 commit 4aedcb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/rest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ def get_element(self, class_name, item_id, input):
651651
# Do not show the (possibly HUGE) content prop
652652
# unless very verbose, we display the standard
653653
# download link instead
654-
if verbose < 2:
654+
if verbose < 3:
655655
u = self.db.config.TRACKER_WEB
656656
p = u + '%s%s/' % (class_name, node.id)
657657
result[pn] = dict(link = p)

0 commit comments

Comments
 (0)