[GH-ISSUE #155] compute detail issue #107

Closed
opened 2026-02-27 15:57:21 +03:00 by kerem · 1 comment
Owner

Originally created by @catborise on GitHub (Jun 25, 2018).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/155

hi there is a code mistake in computes/views.py
def computes(request):
..
..
..
compute.edit_details = data['details'] !!!!
compute_edit.details = data['details'] -> it should be

Originally created by @catborise on GitHub (Jun 25, 2018). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/155 hi there is a code mistake in computes/views.py def computes(request): .. .. .. compute.edit_details = data['details'] !!!! compute_edit.details = data['details'] -> it should be
kerem closed this issue 2026-02-27 15:57:21 +03:00
Author
Owner

@catborise commented on GitHub (Jun 25, 2018):

but changing that mistake does not solve problem. i think it should be remove...

<!-- gh-comment-id:399849897 --> @catborise commented on GitHub (Jun 25, 2018): but changing that mistake does not solve problem. i think it should be remove...
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#107
No description provided.