- status: open --> pending
I am working on a new component for timesheet tasks and i had the necessity for adding two arguments in the API
[im_project_status_select].
The i can choose for "no selection" a status
API reference:
/api-doc/proc-view?proc=im_project_status_select&source_p=1&version_id=
I added -include_empty_p and include_empty_name as optional arguments in the ad_proc implementation. Moreover i am able to call the proc as in:
im_project_status_select -include_empty_p 1 -include_empty_name "Select" status_select
As you are aware this API calls im_category_select which also uses both switches.
Moreover i just propagated the usage of them to the API im_project_status_select.
Furthermore, i think it is wise we add them to all others API's that run above [im_category_select] such as [im_project_type_select] and etc.
cheers
Anonymous