Displaying 1 result from an estimated 1 matches for "83e72b5".
Did you mean:
83e02b3
2009 May 15
0
[PATCH server] final cleanup for service layer refactoring.
...vice transition is complete. these are here
- # to keep from running permissions checks and other setup steps twice
- def tmp_pre_update
- end
- def tmp_authorize_admin
- end
-
end
diff --git a/src/app/controllers/smart_pools_controller.rb b/src/app/controllers/smart_pools_controller.rb
index 83e72b5..8762ac0 100644
--- a/src/app/controllers/smart_pools_controller.rb
+++ b/src/app/controllers/smart_pools_controller.rb
@@ -142,7 +142,7 @@ class SmartPoolsController < PoolController
class_and_ids = class_and_ids_str.split(",").collect do |class_and_id_str|
class_and_id =...