Commit 624f00b
authored
Ensure element visibility works with form data. (baserow#4391)
* For element visibility to work with form data, the applicationContext must contain the element. At the moment it's missing, so when we resolve the formula, it's always null.
* Implementing Jrmi's suggestion https://github.com/baserow/baserow/pull/4391/files#r2588874445.1 parent 6d81aaa commit 624f00b
File tree
3 files changed
+23
-0
lines changed- changelog/entries/unreleased/bug
- web-frontend/modules/builder/components
- elements
- page
3 files changed
+23
-0
lines changedchangelog/entries/unreleased/bug/resolved_a_bug_in_element_visibility_which_prevented_form_da.json
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
114 | 121 | | |
115 | 122 | | |
116 | 123 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
67 | 74 | | |
68 | 75 | | |
69 | 76 | | |
| |||
0 commit comments