Right now all flags provided by modules get mixed together, and are not ordered in any sensible way. For example, if you install farmOS + the Organic module, your flag list looks like this:
It would be nice if all the "Organic"-related flags were grouped together.
Two ideas:
weight
property to flag config entities, which is used for ordering by weight.group
property, which allows for flags to be grouped together.I think the latter option (group
) makes more sense, and would allow for other modules to add flags to the same group, without worrying about weight
changes affecting things.
Decide on approach and implement.
Order flags in an intentional way.
None.
Add a new property to flag config entities for ordering.
Active
3.0
Miscellaneous
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.