[vhffs-dev] [2122] quick fix for the group robot fail, we need to add a Vhffs:: UserGroup::get_by_uid_gid method in order to create the user<> group relation early

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 2122
Author:   gradator
Date:     2012-03-05 16:06:29 +0100 (Mon, 05 Mar 2012)
Log Message:
-----------
quick fix for the group robot fail, we need to add a Vhffs::UserGroup::get_by_uid_gid method in order to create the user<>group relation early

Modified Paths:
--------------
    branches/vhffs-4.4/vhffs-api/src/Vhffs/Robots/Group.pm
    trunk/vhffs-api/src/Vhffs/Robots/Group.pm

Modified: branches/vhffs-4.4/vhffs-api/src/Vhffs/Robots/Group.pm
===================================================================
--- branches/vhffs-4.4/vhffs-api/src/Vhffs/Robots/Group.pm	2012-03-04 23:38:18 UTC (rev 2121)
+++ branches/vhffs-4.4/vhffs-api/src/Vhffs/Robots/Group.pm	2012-03-05 15:06:29 UTC (rev 2122)
@@ -70,7 +70,7 @@
 	chmod 02770, $dir;
 
 	# TODO: Rework that
-	add_user( $group->get_owner, $group, $vhffs );
+	#add_user( $group->get_owner, $group, $vhffs );
 
 	Vhffs::Robots::vhffs_log( $vhffs, 'Created group '.$group->get_groupname );
 	$group->set_status( Vhffs::Constants::ACTIVATED );

Modified: trunk/vhffs-api/src/Vhffs/Robots/Group.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Robots/Group.pm	2012-03-04 23:38:18 UTC (rev 2121)
+++ trunk/vhffs-api/src/Vhffs/Robots/Group.pm	2012-03-05 15:06:29 UTC (rev 2122)
@@ -70,7 +70,7 @@
 	chmod 02770, $dir;
 
 	# TODO: Rework that
-	add_user( $group->get_owner, $group, $vhffs );
+	#add_user( $group->get_owner, $group, $vhffs );
 
 	Vhffs::Robots::vhffs_log( $vhffs, 'Created group '.$group->get_groupname );
 	$group->set_status( Vhffs::Constants::ACTIVATED );


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/