X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0e01a46b111ee565c236f3be8d8fed894fc35a5e..1f7dbdb87eee28f7f357c025f7b5cd7d1ccc8c7a:/apps/workbench/app/models/user.rb diff --git a/apps/workbench/app/models/user.rb b/apps/workbench/app/models/user.rb index 967ea2ad7d..7aaa4fe939 100644 --- a/apps/workbench/app/models/user.rb +++ b/apps/workbench/app/models/user.rb @@ -35,8 +35,9 @@ class User < ArvadosBase super.reject { |k,v| %w(owner_uuid default_owner_uuid identity_url prefs).index k } end - def attribute_editable? attr, *args - (not (self.uuid.andand.match(/000000000000000$/) and self.is_admin)) and super + def attribute_editable?(attr, ever=nil) + (ever or not (self.uuid.andand.match(/000000000000000$/) and + self.is_admin)) and super end def friendly_link_name lookup=nil