need to handle booleans like private and discussion_disabled for example (currently only works if you pass '' and it does the wrong thing if you say "false" as a string).
private
discussion_disabled
''
And custom fields based on their specified type.
allura:db/8559
It actually mostly worked, only a few code changes needed. Tests and docs improved.
Merged.
Log in to post a comment.
allura:db/8559
It actually mostly worked, only a few code changes needed. Tests and docs improved.
Merged.