Merge branch 'master' into resseler-to-customer

This commit is contained in:
Almira Krdzic
2018-10-17 13:44:15 +02:00
17 changed files with 411 additions and 321 deletions

View File

@@ -161,7 +161,7 @@ class Wiaas_User_Organization_Test extends Wiaas_Unit_Test_Case {
'post_excerpt' => 'Test'
), true);
Wiaas_User_Organization::assign_post_to_user_organization($post_id, $this->user_id);
Wiaas_User_Organization::assign_post_to_organization($post_id, $this->user_organization_id);
$organization_access_group = Groups_Group::read_by_name($this->user_organization_name);