summaryrefslogtreecommitdiffstats
path: root/install/ui/entity.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-07-08 12:06:30 -0400
committerEndi S. Dewata <edewata@redhat.com>2011-07-13 21:57:18 +0000
commita746c613a4fb3d0eed5c73455ebb2e674ed7793d (patch)
tree09c693a9b944d0183753da302c4386f2679e4d7f /install/ui/entity.js
parentbccdc7e03db465201c14ddd912696afee6124437 (diff)
downloadfreeipa-a746c613a4fb3d0eed5c73455ebb2e674ed7793d.tar.gz
freeipa-a746c613a4fb3d0eed5c73455ebb2e674ed7793d.tar.xz
freeipa-a746c613a4fb3d0eed5c73455ebb2e674ed7793d.zip
dnsrecord-mod ui
Brings the DNS record infrastructure in line with the other entities. Uses widgets, nested search, and a littel bit of overloading for dns specific behavior The records now have their own page. simplified link widget and use for dns links work for nested entities. change the field in the link widget to other_entity to avoid name collision. unit test for entity link. fixed reference to entity for getting pkeys work around lack of setattr for dns record mod. update wasn't deducing locked_field type correctly. don't overwrite param_info in init data is required on adder dialog delete works for multiple records use show instead of find for entity_link_widget. https://fedorahosted.org/freeipa/ticket/1038 https://fedorahosted.org/freeipa/ticket/1448 https://fedorahosted.org/freeipa/ticket/577 https://fedorahosted.org/freeipa/ticket/1460
Diffstat (limited to 'install/ui/entity.js')
-rw-r--r--install/ui/entity.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/entity.js b/install/ui/entity.js
index 82edb7bbe..ec0317897 100644
--- a/install/ui/entity.js
+++ b/install/ui/entity.js
@@ -594,7 +594,7 @@ IPA.entity = function (spec) {
return pkey;
};
- /*gets the primary key for trhe current entity out of the URL parameters */
+ /*gets the primary key for the current entity out of the URL parameters */
that.get_primary_key = function() {
var pkey = that.get_primary_key_prefix();
var current_entity = that;