changed the creator for tasks from project_user to user, fixed api, documentation, filters, some other fixes
This commit is contained in:
@ -230,4 +230,9 @@ class User extends ActiveRecord implements IdentityInterface
|
||||
{
|
||||
return $this->hasMany(ManagerEmployee::className(), ['employee_id' => 'id']);
|
||||
}
|
||||
|
||||
public function getProjectUser()
|
||||
{
|
||||
return $this->hasMany(ProjectUser::className(), ['user_id' => 'id']);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user