Revision 5514,
376 bytes
checked in by acoutinho, 11 years ago
(diff) |
Ticket #2434 - Implementacao anexos, acls e delegacao de participantes
|
Line | |
---|
1 | service = PostgreSQL |
---|
2 | PostgreSQL.concept = attachment |
---|
3 | |
---|
4 | [model.hasOne] |
---|
5 | schedulable = schedulable.attachments |
---|
6 | |
---|
7 | [before.create] |
---|
8 | encodeCreateAttachment = modules/calendar/interceptors/DBMapping.php |
---|
9 | |
---|
10 | [after.delete] |
---|
11 | deleteAttachmentDependences = modules/calendar/interceptors/DBMapping.php |
---|
12 | |
---|
13 | [PostgreSQL.mapping] |
---|
14 | id = "id" |
---|
15 | source = "source" |
---|
16 | type = "type" |
---|
17 | name = "name" |
---|
18 | size = "size" |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.