You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Xin Wang (Jira)" <ji...@apache.org> on 2021/06/29 14:38:00 UTC

[jira] [Created] (OFBIZ-12271) Add TASK_STATUS to `status' field options in EditCalEvent form

Xin Wang created OFBIZ-12271:
--------------------------------

             Summary: Add TASK_STATUS to `status' field options in EditCalEvent form
                 Key: OFBIZ-12271
                 URL: https://issues.apache.org/jira/browse/OFBIZ-12271
             Project: OFBiz
          Issue Type: Improvement
    Affects Versions: Trunk
            Reporter: Xin Wang
         Attachments: 0001-Add-TASK_STATUS-to-status-field-options-in-EditCalEv.patch

As WorkEffort entities with type as `Task' and a non-empty `Estimated Start Date' will be included in calendar page, so TASK_STATUS should be added to EditCalEvent, to make task status be correctly displayed and updated. 

1. Go to page: https://demo-trunk.ofbiz.apache.org/workeffort/control/EditWorkEffort
2. Create a WorkEffort with {{Type}} as {{Task}}, {{Status}} as {{[Task] Accepted}}, and select {{Now}} for {{Estimated Start Date}}
3. Go to page: https://demo-trunk.ofbiz.apache.org/workeffort/control/calendar
4. Selected newly added task entry in calender, to show the edit form

In step 4, task status will be shown as {{In Planning}}, instead of {{Accepted}}.

Attached patch try to fix this problem.




--
This message was sent by Atlassian Jira
(v8.3.4#803005)