Skip to content

Commit e343f34

Browse files
authored
Merge pull request #509 from dovab/patch-1
Fixed the event constant table
2 parents 31607f3 + 0f9f6e7 commit e343f34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ Constant | Event | Priority |
101101
`POST_VALIDATE` | `kernel.view` | 63 |
102102
`PRE_WRITE` | `kernel.view` | 33 |
103103
`POST_WRITE` | `kernel.view` | 31 |
104-
`PRE_SERIALIZE` | `kernel.request` | 17 |
105-
`POST_SERIALIZE` | `kernel.request` | 15 |
104+
`PRE_SERIALIZE` | `kernel.view` | 17 |
105+
`POST_SERIALIZE` | `kernel.view` | 15 |
106106
`PRE_RESPOND` | `kernel.view` | 9 |
107107
`POST_RESPOND` | `kernel.response` | 0 |
108108

0 commit comments

Comments
 (0)