oroinc / crm

Main OroCRM package with core functionality.
Other
650 stars 212 forks source link

Task should allow a empty "Assign To" field #184

Open sadortun opened 8 years ago

sadortun commented 8 years ago

Simple one, the Tasks currently require to have the Assign To field set to a user. Ofter, it too early to assign it right away to someone

artml commented 8 years ago

@sadortun Makes sense. Added to our backlog, but can't promise any implementation timeline yet, so I'm leaving it as open to community as well.

As an interim solution, you can assign them to yourself while you're looking for assignee.

sadortun commented 8 years ago

@artml I had a quick look in the bundle, and it seems that currently the "Assign to" is actually the owner of the task. Right ?

We should probably create a new ManyToOne to User and use the current Owner field as a "Created by" or Originator.

We have no plans to implement this yet, but it would be a nice improvement