freeipa/install/ui
Petr Vobornik 36b975804f fix(webui): create correct PTR record when navigated from host page
In scenario:
1. make sure that reverse zone doesn't have the desired PTR record
2. open host page of the host with matchnig the A record, e.g.: https://server.pvoborni.test/ipa/ui/#/e/host/details/test2.pvoborni.test
3. click on the "Host name" link, it will bring us to it's DNS record page. E.g., https://server.pvoborni.test/ipa/ui/#/e/dnsrecord/details/pvoborni.test&test2
! notice the missing '.' in the URL after zone name (pvoborni.test)
4. click on the A record , dialog will show up, saying "record not found"
5. click on the "create DNS record"

PTR record created by Web UI doesn't have trailing '.' (is not fully
qualified record) even if the DNS zone is.

This patch is fixing the link to the DNS Record page so that the
page then correctly gets the DNS Zone name and thus creates a correct
fully qualified PTR record.

https://bugzilla.redhat.com/show_bug.cgi?id=2009114
https://pagure.io/freeipa/issue/9036

Signed-off-by: Petr Vobornik <pvoborni@redhat.com>
Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
2021-11-22 12:38:35 +01:00
..
build WebUI: use python3-rjsmin to minify JavaScript files 2020-05-12 09:50:28 +02:00
css Debian: use -m lesscpy instead of hard-coded name 2019-04-24 14:08:20 +02:00
doc webui: topology graph facet 2015-11-27 15:50:56 +01:00
images Replace old login screen logo with new one 2018-08-21 17:38:32 +02:00
js Create symlink to qunit.js 2017-12-14 18:57:37 +01:00
less WebUI: Fix notification area layout 2019-11-21 16:44:11 +01:00
src fix(webui): create correct PTR record when navigated from host page 2021-11-22 12:38:35 +01:00
test Change FreeIPA references to IPA and Identity Management 2021-01-21 13:51:45 +01:00
util Also use uglifyjs on CentOS Stream 8 2021-04-01 08:51:41 -04:00
favicon.ico Replace logo images with new one (version 4.7) 2018-08-13 14:25:06 +02:00
Gruntfile.js Make WebUI unit tests to generate results as JUnit 2018-03-16 14:26:48 +01:00
ie.css Fixed display of attributes_widget in IE9 2012-07-17 15:55:44 +02:00
index.html Change FreeIPA references to IPA and Identity Management 2021-01-21 13:51:45 +01:00
ipa.css WebUI: Fix notification area layout 2019-11-21 16:44:11 +01:00
jsl.conf Fix javascript 'errors' found by jslint 2018-09-27 16:33:25 +02:00
Makefile.am Clean up reset_password.js file from project 2018-09-12 12:41:19 +02:00
package.json Add Gruntfile and package.json to ui directory 2017-12-14 18:57:37 +01:00
README-LICENSE.txt WebUI build: replace uglifyjs with system package 2018-07-12 15:38:01 +02:00
reset_password.html Change FreeIPA references to IPA and Identity Management 2021-01-21 13:51:45 +01:00
sync_otp.html Change FreeIPA references to IPA and Identity Management 2021-01-21 13:51:45 +01:00