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

UPDATE: add a conf param to disable extrafields code autofill #28827

Merged
merged 3 commits into from
Mar 15, 2024

Commits on Mar 14, 2024

  1. UPDATE: add a conf param to disable extrafields code autofill

    I find this feature pretty annoying, so i added a misc conf global param to disable the feature.
    jyhere authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ba79d82 View commit details
    Browse the repository at this point in the history
  2. UPDATE: improved extrafields code autofill

    Add normalize() (to convert accented chars to unaccented chars) and replace whitespaces by underscores to make the db column name more readable.
    jyhere authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    a4d85d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. FIX: use getDolGlobalInt

    jyhere authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    0872f82 View commit details
    Browse the repository at this point in the history