frappe_docs
frappe_docs copied to clipboard
doc.add_tag, doc.get_tags api is only version 13. Not specified on docs
Problem
The api for document tags, as the title says doc.add_tag, doc.get_tags
only works in version 13.
- Documentation
- The following PR https://github.com/frappe/frappe/pull/11088 implemented tags only in develop, version-13.
Solutions
Just ideas in how to fix it.
- Specify on the documentation it only works in version-13
- Have to branches of the documentation.
- Backport to version-12