ES-DOC / esdoc-questionnaire

ES-DOC Questionnaire (webform generator for creating CIM Documents). POC: @allynt
Other
2 stars 1 forks source link

QVersionField should have methods to get the major, minor, patch sections of a version #447

Closed allynt closed 7 years ago

allynt commented 8 years ago

WHO: @allynt

QVersionField should have methods to get the major, minor, patch sections of a version. This functionality already exists on the Version object, but it would be much more convenient if a fn were added in "contribute_to_class," rather than having to explicitly convert the field to a Version object.