Open ThomasWaldmann opened 11 years ago
Original comment by xiaq (Bitbucket: xiaq, GitHub: xiaq).
there seems to be no trivial way around this...
for a distinction in the Flatland MetaForm, there needs to be a distinction in the http request. for a distinction in http request, there needs to be a distinction in the html form.
perhaps take a look at html5 form enhancements and/or form helpers from javascript libraries...
see #618.
The superseded_by, depends_on meta keys in the original post are used by Tickets (see #576). #785 is also related to issue of whether keys with "empty" values should be in metadata.
Original report by xiaq (Bitbucket: xiaq, GitHub: xiaq).
Thomas Waldmann created an issue 2012-08-14
it seems to store superseded_by, depends_on, ... even if they have no value (it stores an empty string then).
is this the best way we can deal with that? maybe not store the key if there is no value?
btw: it doesn't store the priority/severity/... if they have no value.