-
Notifications
You must be signed in to change notification settings - Fork 52
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
tasks code and task history displayed in app panel #360
Conversation
The build artifact is available in the artifact section here. You can download it and place the build file under backend/src/zango/assets/app_panel/js for local testing and verification. |
0ab4737
to
8fe29e6
Compare
The build artifact is available in the artifact section here. You can download it and place the build file under backend/src/zango/assets/app_panel/js for local testing and verification. |
The build artifact is available in the artifact section here. You can download it and place the build file under backend/src/zango/assets/app_panel/js for local testing and verification. |
573fe2d
to
403771c
Compare
The build artifact is available in the artifact section here. You can download it and place the build file under backend/src/zango/assets/app_panel/js for local testing and verification. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@prem056627 Please remove this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@prem056627 please revert this change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@prem056627 Please revert this change
frontend/src/metadata.json
Outdated
@@ -1 +1 @@ | |||
{ "buildMajor": 0, "buildMinor": 3, "buildPatch": 0, "buildTag": "" } | |||
{"buildMajor":0,"buildMinor":3,"buildPatch":1,"buildTag":""} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@prem056627 Please revert changes of this file
The build artifact is available in the artifact section here. You can download it and place the build file under backend/src/zango/assets/app_panel/js for local testing and verification. |
8fae8b6
to
263d8f8
Compare
The build artifact is available in the artifact section here. You can download it and place the build file under backend/src/zango/assets/app_panel/js for local testing and verification. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please revert this change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please revert this change
@@ -70,6 +78,7 @@ def post(self, request, app_uuid, *args, **kwargs): | |||
tenant = TenantModel.objects.get(uuid=app_uuid) | |||
connection.set_tenant(tenant) | |||
with connection.cursor() as c: | |||
ws = Workspace.get_plugin_source() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@deepakdinesh1123 Is this needed over here? because below we are creating new Workspace instance
The build artifact is available in the artifact section here. You can download it and place the build file under backend/src/zango/assets/app_panel/js for local testing and verification. |
The build artifact is available in the artifact section here. You can download it and place the build file under backend/src/zango/assets/app_panel/js for local testing and verification. |
The build artifact is available in the artifact section here. You can download it and place the build file under backend/src/zango/assets/app_panel/js for local testing and verification. |
@@ -101,6 +102,7 @@ export default function AppTaskManagement() { | |||
</div> | |||
<UpdateTaskModal /> | |||
<RemoveAllPoliciesModal /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@prem056627 can you check if this RemoveAllPoliciesModal is required, if not remove it
|
||
return ( | ||
<div className="overflow-y-auto"> | ||
{console.log('TaskHistoryData',TaskHistoryData)} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@prem056627 remove console log
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@prem056627 Can you please remove this ?
|
||
console.log('appTaskManagementData....', rowData.id); | ||
dispatch(openIsTaskHistoryModalOpen(true)); | ||
console.log('isTaskHistoryModalOpen...', isTaskHistoryModalOpen); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@prem056627 remove console logs
The build artifact is available in the artifact section here. You can download it and place the build file under backend/src/zango/assets/app_panel/js for local testing and verification. |
The build artifact is available in the artifact section here. You can download it and place the build file under backend/src/zango/assets/app_panel/js for local testing and verification. |
bef77db
to
e110e3b
Compare
The build artifact is available in the artifact section here. You can download it and place the build file under backend/src/zango/assets/app_panel/js for local testing and verification. |
No description provided.