Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task's endDate changes when open TaskEditor and cancel changes #6534

Closed
chuckn0rris opened this issue Apr 5, 2023 · 0 comments
Closed

Task's endDate changes when open TaskEditor and cancel changes #6534

chuckn0rris opened this issue Apr 5, 2023 · 0 comments
Assignees
Labels
bug Something isn't working forum Issues from forum info requested Further information is requested not reproducible OEM OEM customer

Comments

@chuckn0rris
Copy link

Forum post

Replace tasks in json of advanced examples with these

 "tasks" : {
    "rows" : [{
		"id": "_generatedClassDefEx_30a02a5e-bbc6-49a1-a868-14e10be96b14",
		"name": "new1",
		"idTemp": "1643190732066000896",
		"parentIndex": 0,
		"percentDone": "0.00",
		"percent": null,
		"duration": 1,
		"startDate": "2023-04-01T23:59:59+08:00",
		"endDate": "2023-04-02T00:00:00+08:00",
		"color": null,
		"cost": null,
		"type": null,
		"parentId": null,
		"baselineItemId": "1643190732067217410",
		"baselines": [{
			"duration": 0,
			"startDate": "",
			"endDate": "",
			"baselinesId": "1642135057031499777"
		}, {
			"endDate": "2023-04-02T23:59:59+08:00",
			"baselinesId": "1642135057031499777",
			"modifyFiles": [],
			"duration": 1,
			"createTime": "2023-04-01 20:01:33",
			"startDate": "2023-04-01T23:59:59+08:00"
		}, {
			"endDate": "2023-04-02T00:00:00+08:00",
			"baselinesId": "1643190732050440194",
			"duration": 1,
			"startDate": "2023-04-01T23:59:59+08:00"
		}],
		"children": [],
		"expanded": true,
		"constraintType": "startnoearlierthan",
		"constraintDate": "2023-04-01T23:59:59+08:00",
		"isKey": 0
	}, {
		"id": "_generatedClassDefEx_0d7b9ff3-9f65-4c80-8d43-ee2ef01ea7cf",
		"name": "new2",
		"idTemp": "1643190732066000897",
		"parentIndex": 1,
		"percentDone": "0.00",
		"percent": null,
		"duration": 1,
		"startDate": "2023-04-01T23:59:59+08:00",
		"endDate": "2023-04-02T23:59:59+08:00",
		"color": null,
		"cost": null,
		"type": null,
		"parentId": null,
		"baselineItemId": "1643190732067217411",
		"baselines": [{
			"duration": 0,
			"startDate": "",
			"endDate": "",
			"baselinesId": "1642135057031499777"
		}, {
			"endDate": "2023-04-02T23:59:59+08:00",
			"baselinesId": "1642135057031499777",
			"duration": 1,
			"startDate": "2023-04-01T23:59:59+08:00"
		}, {
			"endDate": "2023-04-02T23:59:59+08:00",
			"baselinesId": "1643190732050440194",
			"duration": 1,
			"startDate": "2023-04-01T23:59:59+08:00"
		}],
		"children": [],
		"expanded": true,
		"constraintType": "startnoearlierthan",
		"constraintDate": "2023-04-01T23:59:59+08:00",
		"isKey": 0
	}, {
		"id": "567348389386297344",
		"name": "new3",
		"idTemp": "1643190732066000898",
		"parentIndex": 2,
		"percentDone": "0.00",
		"percent": null,
		"duration": 1,
		"startDate": "2023-04-01T23:59:59+08:00",
		"endDate": "2023-04-02T23:59:59+08:00",
		"color": null,
		"cost": null,
		"type": null,
		"parentId": null,
		"baselineItemId": "1643190732071411713",
		"baselines": [{
			"duration": 0,
			"startDate": "",
			"endDate": "",
			"baselinesId": "1642135057031499777"
		}, {
			"endDate": "2023-04-02T23:59:59+08:00",
			"baselinesId": "1642135057031499777",
			"duration": 1,
			"startDate": "2023-04-01T23:59:59+08:00"
		}, {
			"endDate": "2023-04-02T23:59:59+08:00",
			"baselinesId": "1643190732050440194",
			"duration": 1,
			"startDate": "2023-04-01T23:59:59+08:00"
		}],
		"children": [],
		"expanded": true,
		"constraintType": "startnoearlierthan",
		"constraintDate": "2023-04-01T23:59:59+08:00",
		"isKey": 0
	}]
    },

Dblclick to open taskEditor, Cancel to close taskEditor. See endDate jumps as on the video

Screen.Recording.2023-04-05.at.10.21.45.mov
@chuckn0rris chuckn0rris added bug Something isn't working forum Issues from forum OEM OEM customer labels Apr 5, 2023
@canonic-epicure canonic-epicure self-assigned this May 13, 2023
@canonic-epicure canonic-epicure closed this as not planned Won't fix, can't repro, duplicate, stale Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working forum Issues from forum info requested Further information is requested not reproducible OEM OEM customer
Projects
None yet
Development

No branches or pull requests

2 participants