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

[16.0][IMP]fs_file: New property 'url_path' on FSFileValue object #281

Merged
merged 4 commits into from
Sep 29, 2023

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    f6aed7f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    547a155 View commit details
    Browse the repository at this point in the history
  2. [FIX] fs_file: url, url_path and internal_url must return None

    The *url_path*, *url* and *internal_url* properties on the *FSFileValue*
    object return *None* if the information is not available (instead of *False*).
    lmignon committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    30f6232 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7690d89 View commit details
    Browse the repository at this point in the history