Commit 4f00e5e
Kanishka
fix: Update Configuration model to use proper attribute accessors for sandboxAudits
- Replace this.state.sandboxAudits with this.getSandboxAudits() and this.setSandboxAudits()
- Fix updateSandboxAuditConfig, getSandboxAuditConfig, getEnabledSandboxAudits, and removeSandboxAuditConfig methods
- Ensure sandbox audit configurations persist properly in database
- Add comprehensive logging for debugging sandbox audit operations1 parent 499c6f1 commit 4f00e5e
File tree
1 file changed
+23
-6
lines changed1 file changed
+23
-6
lines changedLines changed: 23 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
139 | 150 | | |
140 | 151 | | |
141 | 152 | | |
142 | 153 | | |
143 | | - | |
144 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
145 | 162 | | |
146 | 163 | | |
147 | 164 | | |
| |||
0 commit comments