Skip to content
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

Naming files problem #25

Closed
Helkyd opened this issue Aug 2, 2019 · 1 comment
Closed

Naming files problem #25

Helkyd opened this issue Aug 2, 2019 · 1 comment

Comments

@Helkyd
Copy link

Helkyd commented Aug 2, 2019

Also having some issues with file naming ... renamed from
fname = frappe.db.get_value("File", {"file_name": ["like", doc.file_name + " NC/f/%"]}, "name")

to
fname = frappe.db.get_value("File", {"file_name": ["like", doc.file_name + "%"]}, "name")

Just give a test from your side to see... currently using Frappe v10.1.42 / ERpnext 10.1.43 will upgrade to last V10 soon and give a try again...

@doloresjuliana
Copy link
Owner

Changing NC/f/ to NC_f_ in previous versions did not cause problems, but a validation in Frappe's file.py prevents its use.

This app has been updated for Frappe V14. Although it was classified as DEPRECATED after the development in V12 of https://github.com/pibico/pibiDAV It is another integration with Nextcloud with similar functionality improved and expanded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants