Remove `Current.organization_id` method

The Current class is not intended as a wrapper around Organizations::Organization class. So we should not directly expose Organization attributes using Current class.

Currently, the only only example is organization_id method. This should be removed. Usages of this method can be replaced by Current.organization.id calls

Assignee Loading
Time tracking Loading