Something went wrong while setting issue due date.
reload dns map from dns interface didn't work , but from server it works
Closed
reload dns map from dns interface didn't work , but from server it works
Description
Try to reload map from DNS main interface : it didn't work :
I add a data::dumper trace on Argonaut client :
Nov 11 16:22:39 [NOTICE] ldap2zone called zone: $VAR1 = [
'demo.fusion.'
];
Try to reload from serveur view : it's work
Trace from argonaut client :
Nov 11 16:31:16 [NOTICE] ldap2zone called zone: $VAR1 = 'demo.fusion.';
see the difference : from DNS main interface, an array is sent, from server interface it's a string
Distribution Name and Version
Debian Stretch
FusionDirectory Version
from git
root@fd-14-dev:/usr/local/src/fd-plugins# git show
commit 573c517c78477d75d3a32d3961a3a8c6156fa938 (HEAD -> 1.4-dev, origin/HEAD, origin/1.4-dev)
Plugin with the defect
dns
PHP version used
ii php7.3 7.3.19-1~deb10u1
Steps to Reproduce
- create a single dns zone
- reload it from DNS main interface : FAIL
- reload it from DNS tab in Server main interface : WORKS
Reproduces how often: 100%