Commit 3f4fe8d
committed
Accept keyword arguments in page header render_in
Upstream's render_in kwargs change updated the beta and tree_view
components but not the OpenProject-namespaced PageHeader::Dialog and
PageHeader::Menu overrides, which would still raise if render_in is
called with keywords. Mirror the sibling pattern (accept and ignore
**_kwargs).1 parent 9fa9eac commit 3f4fe8d
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments