-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'version-14' into validate_customizations
- Loading branch information
Showing
15 changed files
with
1,428 additions
and
120 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -339,4 +339,4 @@ | |
} | ||
], | ||
"sync_on_migrate": 1 | ||
} | ||
} |
97 changes: 58 additions & 39 deletions
97
cloud_storage/cloud_storage/doctype/file_association/file_association.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,59 @@ | ||
{ | ||
"actions": [], | ||
"creation": "2023-03-20 12:48:05.086487", | ||
"default_view": "List", | ||
"doctype": "DocType", | ||
"editable_grid": 1, | ||
"engine": "InnoDB", | ||
"field_order": ["link_doctype", "link_name"], | ||
"fields": [ | ||
{ | ||
"fieldname": "link_doctype", | ||
"fieldtype": "Link", | ||
"in_list_view": 1, | ||
"label": "Document Type", | ||
"options": "DocType", | ||
"reqd": 1 | ||
}, | ||
{ | ||
"fieldname": "link_name", | ||
"fieldtype": "Dynamic Link", | ||
"in_list_view": 1, | ||
"label": "Document Name", | ||
"options": "link_doctype", | ||
"reqd": 1 | ||
} | ||
], | ||
"istable": 1, | ||
"links": [], | ||
"modified": "2023-03-22 12:37:44.883229", | ||
"modified_by": "Administrator", | ||
"module": "Cloud Storage", | ||
"name": "File Association", | ||
"owner": "Administrator", | ||
"permissions": [], | ||
"quick_entry": 1, | ||
"sort_field": "modified", | ||
"sort_order": "DESC", | ||
"states": [], | ||
"track_changes": 1 | ||
} | ||
"actions": [], | ||
"creation": "2023-03-20 12:48:05.086487", | ||
"default_view": "List", | ||
"doctype": "DocType", | ||
"editable_grid": 1, | ||
"engine": "InnoDB", | ||
"field_order": [ | ||
"link_doctype", | ||
"link_name", | ||
"user", | ||
"timestamp" | ||
], | ||
"fields": [ | ||
{ | ||
"fieldname": "link_doctype", | ||
"fieldtype": "Link", | ||
"in_list_view": 1, | ||
"label": "Document Type", | ||
"options": "DocType", | ||
"reqd": 1 | ||
}, | ||
{ | ||
"fieldname": "link_name", | ||
"fieldtype": "Dynamic Link", | ||
"in_list_view": 1, | ||
"label": "Document Name", | ||
"options": "link_doctype", | ||
"reqd": 1 | ||
}, | ||
{ | ||
"fieldname": "timestamp", | ||
"fieldtype": "Datetime", | ||
"in_list_view": 1, | ||
"label": "Timestamp", | ||
"read_only": 1 | ||
}, | ||
{ | ||
"fieldname": "user", | ||
"fieldtype": "Link", | ||
"in_list_view": 1, | ||
"label": "User", | ||
"options": "User" | ||
} | ||
], | ||
"istable": 1, | ||
"links": [], | ||
"modified": "2023-09-27 23:42:57.356690", | ||
"modified_by": "Administrator", | ||
"module": "Cloud Storage", | ||
"name": "File Association", | ||
"owner": "Administrator", | ||
"permissions": [], | ||
"quick_entry": 1, | ||
"sort_field": "modified", | ||
"sort_order": "DESC", | ||
"states": [], | ||
"track_changes": 1 | ||
} |
Empty file.
46 changes: 46 additions & 0 deletions
46
cloud_storage/cloud_storage/doctype/file_version/file_version.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"actions": [], | ||
"creation": "2023-07-06 05:38:35.891393", | ||
"doctype": "DocType", | ||
"editable_grid": 1, | ||
"engine": "InnoDB", | ||
"field_order": [ | ||
"version", | ||
"user", | ||
"timestamp" | ||
], | ||
"fields": [ | ||
{ | ||
"fieldname": "version", | ||
"fieldtype": "Data", | ||
"in_list_view": 1, | ||
"label": "Version", | ||
"read_only": 1 | ||
}, | ||
{ | ||
"fieldname": "timestamp", | ||
"fieldtype": "Datetime", | ||
"in_list_view": 1, | ||
"label": "Timestamp", | ||
"read_only": 1 | ||
}, | ||
{ | ||
"fieldname": "user", | ||
"fieldtype": "Link", | ||
"in_list_view": 1, | ||
"label": "User", | ||
"options": "User" | ||
} | ||
], | ||
"istable": 1, | ||
"links": [], | ||
"modified": "2023-09-27 23:45:54.628246", | ||
"modified_by": "Administrator", | ||
"module": "Cloud Storage", | ||
"name": "File Version", | ||
"owner": "Administrator", | ||
"permissions": [], | ||
"sort_field": "modified", | ||
"sort_order": "DESC", | ||
"states": [] | ||
} |
9 changes: 9 additions & 0 deletions
9
cloud_storage/cloud_storage/doctype/file_version/file_version.py
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Copyright (c) 2023, AgriTheory and contributors | ||
# For license information, please see license.txt | ||
|
||
# import frappe | ||
from frappe.model.document import Document | ||
|
||
|
||
class FileVersion(Document): | ||
pass |
Oops, something went wrong.