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

Add kwargs to import_row, import_object and import_field #1190

Merged
merged 6 commits into from
Jul 12, 2021

Commits on May 28, 2019

  1. Added in resources.py kwargs on def import_row line 506, def import_o…

    …bject line 359 and def import_field line 348. Because I need the user id of the reqisition that is in kwargs, on import_field def. I need this user to filter objects by my permission system on a manager of the class.
    
    Signed-off-by: GabrielPetz <gabriel.petz.simepar@gmail.com>
    GabrielPetz committed May 28, 2019
    Configuration menu
    Copy the full SHA
    f25b08f View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. CDMS-2419 #time 3h Passing kwargs in import_obj on test_admin_integra…

    …tion.py. Because the change that I have done influence the import_obj function
    
    Signed-off-by: GabrielPetz <gabriel.petz.simepar@gmail.com>
    GabrielPetz committed May 29, 2019
    Configuration menu
    Copy the full SHA
    efd41a6 View commit details
    Browse the repository at this point in the history
  2. Passing kwargs in import_obj on test_admin_integration.py. Because th…

    …e change that I have done influence the import_obj function
    
    Signed-off-by: GabrielPetz <gabriel.petz.simepar@gmail.com>
    GabrielPetz committed May 29, 2019
    Configuration menu
    Copy the full SHA
    14f0b30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a2fba3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Added kwargs arg into fields.py, on defs save and clean, lines 54, 66…

    …, 101 and 110. I've added into resources.py a kwargs arg to, it was in def import_field when it calls field.save, in line 354.
    
    Signed-off-by: GabrielPetz <gabriel.petz.simepar@gmail.com>
    GabrielPetz committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    2429b22 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

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