Request new features or modifications


Post by Dev_Coppelis »

Hi,
The point is, How to get the task id of the selected task when I'm in the Importdata Method, to uploading the MS project ?

Post by Dev_Coppelis »

Hi,
May you answer my latest question plz ?

Post by Terence »

Not quite sure what you want, but if you want to retrieve the selection of tasks in the gantt panel
this.cmp.selModel.getLastSelected() //will return last selected task
or in case of multi selection
this.cmp.getSelection() //will return array of tasks
With getId you can retrieve the id of the task.

Post by Marow »

Image

this code is written in the context menu in file TaskContextMenu.js until now it is worked when i want to copy and past task when i click in duplicate task and it insert it in the next index but the issue here i want to know how to set and get the resources assignment to the copied new task

Post by mats »


Post by Marow »

OK it is work to set resource and get the resources for task Thanks
but it's dependencies can not been get as the dependencyStore it have a null value as in the image

Image
so I want to know how to get dependencies and store it

Post by mats »

Please provide a simple test case and we can look.

Post by priya.yadav »

Hi ,
Is there any update for this copy/paste feature?

Post by mats »

@priya sorry no, this is not on our short term roadmap.

Post by nayana.shetty »

Is there a way just copy the labels of the task or column values ? It used to work in older version. i am currently using 5.6.1. I can select text but not able to copy & paste to clipboard.


Post Reply