feat: delete Org, Project and Manage Branches#39
Merged
sumitjain236 merged 13 commits intoThe-Commit-Company:org-project-branch-creationfrom May 31, 2024
Pardeshi-Aditya:org-project-branch-creation
Merged
feat: delete Org, Project and Manage Branches#39sumitjain236 merged 13 commits intoThe-Commit-Company:org-project-branch-creationfrom Pardeshi-Aditya:org-project-branch-creation
sumitjain236 merged 13 commits intoThe-Commit-Company:org-project-branch-creationfrom
Pardeshi-Aditya:org-project-branch-creation
Conversation
| <title>Commit - Developer tooling for the Frappeverse</title> | ||
| <script type="module" crossorigin src="/assets/commit/dashboard/assets/index-2eacee2d.js"></script> | ||
| <link rel="stylesheet" href="/assets/commit/dashboard/assets/index-31456e03.css"> | ||
| <script type="module" crossorigin src="/assets/commit/dashboard/assets/index-63f9cb36.js"></script> |
Member
There was a problem hiding this comment.
remove this file not required
Member
There was a problem hiding this comment.
keep this file dont remove this
| Manage Branch Modal.. | ||
| </DialogContent> | ||
| </Dialog>} | ||
| {isCreateAccess && |
Member
There was a problem hiding this comment.
both button needs isCreateAccess right ?, then use it once
| <DialogHeader> | ||
| <DialogTitle>Manage Branches</DialogTitle> | ||
| <DialogDescription> | ||
| Select Branches to delete. |
Member
There was a problem hiding this comment.
Change this text as this modal will have multiple use Case like delete fetch repo
| from commit.commit.code_analysis.apis import find_all_occurrences_of_whitelist | ||
| from commit.commit.code_analysis.doctypes import get_doctypes_in_module, get_doctype_json | ||
| from frappe.utils import now | ||
| from frappe.app import handle_exception |
|
|
||
| const handleProjectDelete = () => { | ||
|
|
||
| deleteDoc("Commit Project", `${project.name}`) |
Member
There was a problem hiding this comment.
pass normally project.name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.