comparison doc/customizing.txt @ 6389:7fb49f0c2dad

collapse code example to one line.
author John Rouillard <rouilj@ieee.org>
date Mon, 26 Apr 2021 23:39:51 -0400
parents eeddc4e03742
children ce99e0d39262
comparison
equal deleted inserted replaced
6388:8179b0708994 6389:7fb49f0c2dad
895 895
896 X-Roundup-issue-attached_files: MySpecialFile.doc, HisResume.txt 896 X-Roundup-issue-attached_files: MySpecialFile.doc, HisResume.txt
897 897
898 when the class for attached files is defined as:: 898 when the class for attached files is defined as::
899 899
900 file = FileClass(db, "file", 900 file = FileClass(db, "file", name=String())
901 name=String())
902 901
903 ``MySpecialFile.doc`` is the name for the file object. 902 ``MySpecialFile.doc`` is the name for the file object.
904 903
905 If you have an ``assigned_to`` property in your issue class that 904 If you have an ``assigned_to`` property in your issue class that
906 links to the user class and you want to add a header:: 905 links to the user class and you want to add a header::

Roundup Issue Tracker: http://roundup-tracker.org/