Skip to content

Add a way to get vID from orginalID or allow originalID to be used in RemoveTaskItem #376

Open
@Taffaz

Description

Is your feature request related to a problem? Please describe.
Following import using JSGantt.parseXMLString the id provided in the XML is not the same as that returned by GetID. When trying to remove a task using the XML provided value the code doesn't work as it is looking at the new ID.

Describe the solution you'd like
Either a method that returns the new ID from the originalID (which is accessible) or allow originalID to be used in RemoveTaskItem and potentially other functions that use ID.

Describe alternatives you've considered
Keep the IDs the same as the XML input so there is no difference between the two

Additional context
I am happy to make this change as I modified the source myself to get the functionality I needed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions