[ARVADOS] updated: fca9bd08944a78cf0b6843e06598a5378cb31581

git at public.curoverse.com git at public.curoverse.com
Wed Aug 6 11:37:36 EDT 2014


Summary of changes:
 doc/api/schema/Group.html.textile.liquid | 2 +-
 services/api/app/models/link.rb          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

       via  fca9bd08944a78cf0b6843e06598a5378cb31581 (commit)
      from  2bf927358c5956c5296009948c45403c54787021 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit fca9bd08944a78cf0b6843e06598a5378cb31581
Author: Tom Clegg <tom at curoverse.com>
Date:   Wed Aug 6 11:37:20 2014 -0400

    3444: Update documentation referring to obsolete group_class=folder

diff --git a/doc/api/schema/Group.html.textile.liquid b/doc/api/schema/Group.html.textile.liquid
index 4613326..8a54265 100644
--- a/doc/api/schema/Group.html.textile.liquid
+++ b/doc/api/schema/Group.html.textile.liquid
@@ -19,6 +19,6 @@ Each Group has, in addition to the usual "attributes of Arvados resources":{{sit
 table(table table-bordered table-condensed).
 |_. Attribute|_. Type|_. Description|_. Example|
 |name|string|||
-|group_class|string|Type of group. This does not affect behavior, but determines how the group is presented in the user interface. For example, @folder@ indicates that the group should be displayed by Workbench and arv-mount as a folder for organizing and naming objects.|@"folder"@
+|group_class|string|Type of group. This does not affect behavior, but determines how the group is presented in the user interface. For example, @project@ indicates that the group should be displayed by Workbench and arv-mount as a project for organizing and naming objects.|@"project"@
 null|
 |description|text|||
diff --git a/services/api/app/models/link.rb b/services/api/app/models/link.rb
index 6321145..3058081 100644
--- a/services/api/app/models/link.rb
+++ b/services/api/app/models/link.rb
@@ -105,7 +105,7 @@ class Link < ArvadosModel
     end
   end
 
-  # A user can give all other users permissions on folders.
+  # A user can give all other users permissions on projects.
   def skip_uuid_read_permission_check
     skipped_attrs = super
     if link_class == "permission" and

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list