moqui / HiveMind

HiveMind is a project management and ERP application for services organizations. It features project/task management, request tracking, time tracking, expenses, invoices/payments, general ledger, and content management (wiki). HiveMind is based on Moqui Framework, Mantle Business Artifacts, and Simple Screens.
Other
56 stars 48 forks source link

Improve team assignment support in several locations. #43

Open eigood opened 3 months ago

eigood commented 3 months ago

This makes use of changes in mantle-usl for teamAssignments, and does the proper entity-finds against teamMemberPartyId. With these changes, a logged-in user will be able to see Tasks, Projects, Milestones(inherited via Projects) and Requests that have been only assigned to a team, that the current user is a member of.

Requires moqui/mantle-usl#208