Item types
Created by: martinburchell
This is based on rapidpro_profile https://github.com/aptivate/internewshid/pull/12
Merge request reports
Activity
Created by: bitterjug
That was a deliberate choice for the question type categories because the user case didn't appear to support removing categories.
I imagine other cases might need different behaviour. Perhaps it should be configurable and stored on the taxonomy object? On 3 Aug 2015 14:21, "Alice Heaton" notifications@github.com wrote:
I found an issue with this branch: the '--------' option does not appear in the select drop down any more. ('-------' appears when no category has been selected - it is not an option which can in itself be selected)
— Reply to this email directly or view it on GitHub https://github.com/aptivate/internewshid/pull/13#issuecomment-127231279.
Created by: aliceh75
@bitterjug : The issue was that the term to use for the category drop down was hard coded in ItemsTable (
term.0.name
), but we now have more than one taxonomy and more terms. Also it was discussed today that William would like to uncategorize things, though that will be a separate work item!@martinburchell : I've pushed a fix for this.