<#706 Ability to have custom tags> Pull request op...
# osctrl
g
#706 Ability to have custom tags Pull request opened by javuto Better structure for tags and ability to have a custom value that is fully configured. The view in
osctrl-admin
still needs more work and the field
custom_tag
is all lowercase now. So live osctrl instances may need some changes to adjust that with an statement such as:
Copy code
UPDATE admin_tags
SET custom_tag = LOWER(custom_tag)
WHERE custom_tag IS NOT NULL;
jmpsec/osctrl