seitime-frappe/frappe/model
Akshay Kumar Tripathi b0f1bbc378
fix: corrected the function get_url (#13330)
* Removed /Form from the function get_url

As per issue #12820, I think /Form was causing a problem so I removed it. Now the get_url returns URL in the format: "app/doctype/name".

* fix: Change to f-strings

* Implement slug on get_url

* Removed slug for names
2021-05-26 05:07:50 +00:00
..
utils fix: Add rename_doc utils for external API usages 2020-11-27 20:19:50 +05:30
__init__.py feat: Add URL option for data type fields 2021-04-14 20:16:44 +05:30
base_document.py Merge pull request #13203 from prssanna/custom-print-format-fix 2021-05-13 12:14:37 +05:30
create_new.py fix: Fixed for field default values too + Added tests 2021-03-12 12:40:22 +05:30
db_query.py refactor: remove six dependency 2021-05-07 07:42:04 +05:30
delete_doc.py fix: reverting of series with a variable 2021-04-06 20:48:33 +05:30
docfield.py New Control: Table MultiSelect (#6675) 2018-12-28 15:36:59 +05:30
document.py fix: corrected the function get_url (#13330) 2021-05-26 05:07:50 +00:00
dynamic_links.py feat(customize form): add links and actions to customize form and cleanup code 2020-10-26 10:02:04 +05:30
mapper.py feat: allow mapper functions to be overriden 2020-05-30 19:15:04 +05:30
meta.py refactor: remove six dependency 2021-05-07 07:42:04 +05:30
naming.py Python 3 issue in re 2021-05-16 05:52:05 +08:00
rename_doc.py Merge branch 'develop' into rename-error 2021-01-13 19:26:23 +05:30
sync.py refactor: Remove unused args in get_doc_files (#12298) 2021-02-03 22:32:01 +05:30
workflow.py fix: Show cancel button only if document is cancellable 2020-12-28 13:40:12 +05:30