actions = "show = \"tickets.show\"" edit_ui = [[ title[1] = 1.1 reported_by = {1.31, "text_field"} assigned_to = {1.331, "text_field"} status = {1.34, "select"} status.options ={"open", "someday", "resolved", "closed"} resolution = {1.35, "select"} resolution.options = {"n.a.", "fixed", "wontfix"} priority = {2.21, "select" } priority.options={"unassigned", "high", "medium", "low"} resolution_details = {2.22, "textarea", rows=3} component = {2.23, "text_field"} page_name = null category = null breadcrumb = null ]] fields = [[reported_by = {.11} priority = {.13} status = {.14} resolution = {.151} milestone = {.15} prod_version = {.16} component = {.17} assigned_to = {.19} resolution_details = {.20} ]] icon = "icons/bug.png" permissions = [[ allow(all_users, "raw") ]] templates = "tickets/templates" translations = "tickets/translations"