view .busted @ 14173:44e5c73e6fa3 13.0

util.dataforms: Don't treat invalid jid-multi as missing If all the submitted JIDs were invalid, #results would be 0 and the field would be treated as absent rather than invalid.
author Matthew Wild <mwild1@gmail.com>
date Mon, 25 May 2026 13:14:53 +0100
parents f299d4917dd8
children
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}