Commit 811a36a
Till Brehm
Merge branch 'dns_templatezone_add-fix' into 'master'
Fix for Issue #4363 - dns_templatezone_add not working
This fixes Issue #4363.
'xfer' column can not be NULL in dns_soa table. Same solution is used in interface/web/dns/dns_wizard.php file.
It also returns created dns soa id - without return value SOAPpy would fail with "SAXParseException: <unknown>:1:0: no element found". All other functions I checked do return a value.
See merge request !5641 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
| 180 | + | |
179 | 181 | | |
180 | 182 | | |
181 | 183 | | |
| |||
0 commit comments