mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[FIX] qweb: add t-debug to list of valid directives
With a previous commit, qweb crashes when an unknown directive is encountered. However, t-debug was not on the list of valid directives.
This commit is contained in:
+2
-1
@@ -198,7 +198,8 @@ export class QWeb {
|
|||||||
attf: 1,
|
attf: 1,
|
||||||
props: 1,
|
props: 1,
|
||||||
key: 1,
|
key: 1,
|
||||||
keepalive: 1
|
keepalive: 1,
|
||||||
|
debug: 1
|
||||||
};
|
};
|
||||||
[
|
[
|
||||||
forEachDirective,
|
forEachDirective,
|
||||||
|
|||||||
Reference in New Issue
Block a user