Commit be2c6e38 by aa.gusti

permission formulir

1 parent 5ec7b72b
......@@ -10,13 +10,13 @@ ROUTES = [
"is_menu": 1,
"class_view": "__init__",
"def_func": "home",
"template":"home.pt",
"template": "home.pt",
},
{"kode": "coba-menus",
"nama": "Menus",
"is_menu": 1,
"children":[
"children": [
{"kode": "coba-form-add",
"nama": "Tambah",
"path": "/coba/form/add",
......@@ -31,6 +31,7 @@ ROUTES = [
"class_view": "view_form",
"def_func": "list",
"template": "form.pt",
"permission": "view",
"children": [
{"kode": "coba-form-edit",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!