Commit b14fdcae authored by Max Lv's avatar Max Lv

Fix the missing selected rules

parent b6adeda9
......@@ -234,6 +234,7 @@ class CustomRulesFragment extends ToolbarFragment with Toolbar.OnMenuItemClickLi
def selectAll() {
selectedItems.clear()
selectedItems ++= acl.urls
selectedItems ++= acl.subnets
selectedItems ++= acl.proxyHostnames
onSelectedItemsUpdated()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment