Commit e19c0d0b706ccb975aefb60da1ad0b0a7e03621c
Exists in
master
Merge branch 'master' of http://git.sourcecode.co.th/apichatt/smartrmscalendar
Showing
4 changed files
with
32 additions
and
1 deletions
Show diff stats
.idea/modules.xml
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | <project version="4"> | 2 | <project version="4"> |
| 3 | <component name="ProjectModuleManager"> | 3 | <component name="ProjectModuleManager"> |
| 4 | <modules> | 4 | <modules> |
| 5 | - <module fileurl="file://$PROJECT_DIR$/.idea/smart-rms-calendar.iml" filepath="$PROJECT_DIR$/.idea/smart-rms-calendar.iml" /> | 5 | + <module fileurl="file://$PROJECT_DIR$/.idea/smartrmscalendar.iml" filepath="$PROJECT_DIR$/.idea/smartrmscalendar.iml" /> |
| 6 | </modules> | 6 | </modules> |
| 7 | </component> | 7 | </component> |
| 8 | </project> | 8 | </project> |
| 9 | \ No newline at end of file | 9 | \ No newline at end of file |
| @@ -0,0 +1,12 @@ | @@ -0,0 +1,12 @@ | ||
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | +<module type="WEB_MODULE" version="4"> | ||
| 3 | + <component name="NewModuleRootManager"> | ||
| 4 | + <content url="file://$MODULE_DIR$"> | ||
| 5 | + <excludeFolder url="file://$MODULE_DIR$/.tmp" /> | ||
| 6 | + <excludeFolder url="file://$MODULE_DIR$/temp" /> | ||
| 7 | + <excludeFolder url="file://$MODULE_DIR$/tmp" /> | ||
| 8 | + </content> | ||
| 9 | + <orderEntry type="inheritedJdk" /> | ||
| 10 | + <orderEntry type="sourceFolder" forTests="false" /> | ||
| 11 | + </component> | ||
| 12 | +</module> | ||
| 0 | \ No newline at end of file | 13 | \ No newline at end of file |
| @@ -0,0 +1,14 @@ | @@ -0,0 +1,14 @@ | ||
| 1 | +{ | ||
| 2 | + "name": "events", | ||
| 3 | + "plural": "events", | ||
| 4 | + "base": "PersistedModel", | ||
| 5 | + "idInjection": true, | ||
| 6 | + "options": { | ||
| 7 | + "validateUpsert": true | ||
| 8 | + }, | ||
| 9 | + "properties": {}, | ||
| 10 | + "validations": [], | ||
| 11 | + "relations": {}, | ||
| 12 | + "acls": [], | ||
| 13 | + "methods": {} | ||
| 14 | +} |