Merge branch 'master' into 3889-functional-testing
[arvados.git] / apps / workbench / app / models / api_client_authorization.rb
index af47acc7f289b67715ebda61aa7db8f937c26220..ac3a9bf8ed53998adcb1ebfdcc6dc038fdc84136 100644 (file)
@@ -1,6 +1,6 @@
 class ApiClientAuthorization < ArvadosBase
-  def attribute_editable?(attr)
-    ['expires_at', 'default_owner'].index attr
+  def attribute_editable? attr, *args
+    ['expires_at', 'default_owner_uuid'].index attr
   end
   def self.creatable?
     false