RadiantQ Forum
Product => jQuery Gantt Package => Topic started by: dniezgoda on February 24, 2021, 03:31:29 PM
-
Hi Support team,
we have an issue with Save MS Project XML functionality, it cannot export the full predecessor column with multiple value
for eg: Predecessor value is "1,2" then only "2" was exported when opened it from MS Project
could you help me to resolve this issue?
Thanks in advance!
-
btw, i have checked the source code, looks like PredecessorLink is alway overrided by last predecessor value
f.ProjectTask.prototype.updatePredIndicesString = function (a) {
var c = this.Element.PredecessorLink;
null != c && void 0 != c && delete this.Element.PredecessorLink;
if (null != a && "" != a) {
var c = [],
d = [],
e = [],
h = this._project.Tasks;
b.Model.DataBoundGanttModel.ProcessPredecessorString(a, 1, c, d,
e, void 0);
for (a = 0; a < c.length; a++) {
var m = c[a];
h.ContainsTask(m) && (m = h.GetTaskByID(c[a]).ID);
var k = {};
k.PredecessorUID = m;
k.Type = f.Utils.toString(d[a]);
k.LinkLag = f.Utils.toLagString(e[a]);
this.Element.PredecessorLink = k
}
}
};
-
We are looking on this, will update you soon.
-
We are looking on this, will update you soon.
Hi,
Any update on this please?
-
Hi,
MSProject xml has repeated node xml element to store the predecessor values, without any dedicated parent for it. So, converting from JSON object to XML wouldn't work. We are making progress to support it in-built itself. Will update you soon.
-
Hi,
We have fixed this issue, can you please send an email to support@radiantq.com to get the latest version?
Thanks
Raja