mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
placeholder function
ipa_target_section does not overload is_dirty, and it alwayrs returns true, meaning you can never leave the page once you visit it. THis commit pushes a simple placeholder function that always returns fales. Follow on work will be required to correctly inplement the is_dirty functonality
This commit is contained in:
parent
e806f32cae
commit
e633dd81dd
@ -602,6 +602,8 @@ IPA.target_section = function () {
|
||||
record.filter = filter;
|
||||
}
|
||||
};
|
||||
that.is_dirty = function (){ return false; }
|
||||
|
||||
return that;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user