Added change_modules mod and lots of bugfixes. Now merging to master.
This commit is contained in:
@ -33,8 +33,8 @@ function remove_child_consent:initiate(result)
|
||||
self.data.result = result
|
||||
modpol.interactions.dropdown_query(
|
||||
self.initiator,
|
||||
"Which child of org "..self.org.name..
|
||||
" do you want to remove?",
|
||||
"Choose a child of org "..
|
||||
self.org.name.." to remove:",
|
||||
children,
|
||||
function(input)
|
||||
self.data.child_to_remove = modpol.orgs.get_org(input)
|
||||
|
Reference in New Issue
Block a user