diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a3a6afd --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.gem + diff --git a/lib/gxg/gxg_database.rb b/lib/gxg/gxg_database.rb index 6a2c043..b5e4b36 100644 --- a/lib/gxg/gxg_database.rb +++ b/lib/gxg/gxg_database.rb @@ -1770,10 +1770,10 @@ module GxG the_record[:permissions] = entry[:permissions] if self.role_exist?(entry[:credential]) role = self.role_fetch({:uuid => entry[:credential].to_s}) - group = self.group_fetch({:uuid => role[:group_uuid].to_s}) + # group = self.group_fetch({:uuid => role[:group_uuid].to_s}) the_record[:details][:role_title] = role[:title] - the_record[:details][:group] = group[:uuid].to_s.to_sym - the_record[:details][:group_title] = group[:title] + # the_record[:details][:group] = group[:uuid].to_s.to_sym + # the_record[:details][:group_title] = group[:title] else if self.user_exist?(entry[:credential]) user = self.user_fetch({:uuid => entry[:credential].to_s})