Open webteam-app opened 3 years ago
As per the email to the MAAS-design mailing list, we'll leave this for now while the core team come up with a mini-spec for updating the websocket api.
To clarify there's a bug in the websocket code in which validation is different depending on whether you use domain.update_dnsresource
or domain.update_address_record
(which is what the UI uses).
Bug originally filed by nikolay.vinogradov at https://bugs.launchpad.net/bugs/1905610
Running snapped MAAS 2.9 (2.9.0~rc1 (9117-g.ae6569d91).
MAAS allowed me to create an A DNS record with a dot in the middle, but it won't allow to edit or remove it until the record is renamed (see the DNS resource editing on the attached screenshot).
The validation behaviour should be made more consistent in this scenario.
Thanks.