moinwiki / moin

MoinMoin Wiki Development (2.0+), unstable, for production please use 1.9.x.
https://moinmo.in/
Other
306 stars 92 forks source link

meta keys stored without value #324

Open ThomasWaldmann opened 11 years ago

ThomasWaldmann commented 11 years ago

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.

ThomasWaldmann commented 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...

ThomasWaldmann commented 6 years ago

see #618.

RogerHaase commented 5 years ago

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.