gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnumed-devel] Placeholder clarifications - injectable placeholders


From: Busser, Jim
Subject: [Gnumed-devel] Placeholder clarifications - injectable placeholders
Date: Mon, 26 Aug 2013 22:48:43 +0000

Where at

        
http://gitorious.org/gnumed/gnumed/blobs/master/gnumed/gnumed/client/wxpython/gmMacro.py

it reads

61      #=====================================================================
62      # values for the following placeholders must be injected from the 
outside before
63      # using them, in use they must conform to the "placeholder::::max 
length" syntax,
64      # as long as they resolve to None they return themselves
65      _injectable_placeholders = {
66              u'form_name_long': None,
67              u'form_name_short': None,
68              u'form_version': None


Can

64

be updated to (and include an insert for line 65)

        # as long as they resolve to None they return their respective names so 
the user
                can know which placeholder was not set.

-- Jim


reply via email to

[Prev in Thread] Current Thread [Next in Thread]