ChiliProject is not maintained anymore.
Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and
we urge all existing users to migrate their data to a maintained
system, e.g. Redmine. We will
provide a migration script later. In the meantime, you can use the
instructions by
Christian Daehn.
Forums » Develop »
[Proposal] "User" custom fields mislabeled
Added by Eric Davis at 2011-04-17 12:19 am
Looking at the code for User custom fields (d8fbdca76), it looks like they are actually restricted to Members (obj.project.users
and not User.all
). I propose we:
- Rename that custom field to "Member"
- Add a new one for "User" that shows all users
We should also discuss if it should be all users or just active users.
Thoughts?
Eric Davis