| .. | .. |
|---|
| 28 | 28 | } ] |
|---|
| 29 | 29 | }, { |
|---|
| 30 | 30 | "name" : "License types", |
|---|
| 31 | + "list_fields" : [ "code", "name", "application_name", "creationTimestamp" ], |
|---|
| 31 | 32 | "resource" : "licensetype", |
|---|
| 32 | 33 | "fields" : [ { |
|---|
| 33 | 34 | "name" : "id", |
|---|
| .. | .. |
|---|
| 54 | 55 | "maxlength" : 500, |
|---|
| 55 | 56 | "multiline" : 2 |
|---|
| 56 | 57 | }, { |
|---|
| 57 | | - "name" : "application", |
|---|
| 58 | + "name" : "application_id", |
|---|
| 58 | 59 | "display" : "Application", |
|---|
| 59 | | - "type" : "select", |
|---|
| 60 | | - "readOnly" : true |
|---|
| 60 | + "resource" : "application", |
|---|
| 61 | + "type" : "select" |
|---|
| 61 | 62 | }, { |
|---|
| 62 | 63 | "name" : "creationTimestamp", |
|---|
| 63 | 64 | "display" : "Creation date", |
|---|
| 64 | 65 | "type" : "date", |
|---|
| 65 | 66 | "readOnly" : true |
|---|
| 67 | + }, { |
|---|
| 68 | + "name" : "application_name", |
|---|
| 69 | + "display" : "Application", |
|---|
| 70 | + "listingOnly" : true |
|---|
| 71 | + } ] |
|---|
| 72 | +}, { |
|---|
| 73 | + "name" : "Organizations", |
|---|
| 74 | + "list_fields" : [ "code", "name", "application_name", "creationTimestamp" ], |
|---|
| 75 | + "resource" : "organization", |
|---|
| 76 | + "fields" : [ { |
|---|
| 77 | + "name" : "id", |
|---|
| 78 | + "display" : "ID", |
|---|
| 79 | + "type" : "number", |
|---|
| 80 | + "pk" : true, |
|---|
| 81 | + "readOnly" : true |
|---|
| 82 | + }, { |
|---|
| 83 | + "name" : "code", |
|---|
| 84 | + "display" : "Code", |
|---|
| 85 | + "type" : "string", |
|---|
| 86 | + "maxlength" : 10, |
|---|
| 87 | + "mandatory" : true |
|---|
| 88 | + }, { |
|---|
| 89 | + "name" : "name", |
|---|
| 90 | + "display" : "Name", |
|---|
| 91 | + "type" : "string", |
|---|
| 92 | + "maxlength" : 45, |
|---|
| 93 | + "mandatory" : true |
|---|
| 94 | + }, { |
|---|
| 95 | + "name" : "description", |
|---|
| 96 | + "display" : "Description", |
|---|
| 97 | + "type" : "string", |
|---|
| 98 | + "maxlength" : 500, |
|---|
| 99 | + "multiline" : 2 |
|---|
| 100 | + }, { |
|---|
| 101 | + "name" : "application_id", |
|---|
| 102 | + "display" : "Application", |
|---|
| 103 | + "resource" : "application", |
|---|
| 104 | + "type" : "select" |
|---|
| 105 | + }, { |
|---|
| 106 | + "name" : "creationTimestamp", |
|---|
| 107 | + "display" : "Creation date", |
|---|
| 108 | + "type" : "date", |
|---|
| 109 | + "readOnly" : true |
|---|
| 110 | + }, { |
|---|
| 111 | + "name" : "application_name", |
|---|
| 112 | + "display" : "Application", |
|---|
| 113 | + "listingOnly" : true |
|---|
| 66 | 114 | } ] |
|---|
| 67 | 115 | }, { |
|---|
| 68 | 116 | "name" : "Users", |
|---|
| 69 | 117 | "resource" : "user", |
|---|
| 70 | | - "fields" : [] |
|---|
| 71 | | -}, { |
|---|
| 72 | | - "name" : "Organizations", |
|---|
| 73 | | - "resource" : "organization", |
|---|
| 74 | 118 | "fields" : [] |
|---|
| 75 | 119 | }, { |
|---|
| 76 | 120 | "name" : "System params", |
|---|