Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: viur-framework/viur-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.6.29
Choose a base ref
...
head repository: viur-framework/viur-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.6.30
Choose a head ref
  • 2 commits
  • 4 files changed
  • 3 contributors

Commits on Dec 12, 2024

  1. fix: FileBone.postSaveHandler iterates over None (#1350)

    An empty multi-lang `FileBone` has `None` values
    
    ```py
     Traceback (most recent call last):
      File "/layers/google.python.pip/pip/lib/python3.11/site-packages/viur/toolkit/importer/importable.py", line 616, in _convert_entry
        assert skel.toDB(update_relations=updateRelations)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/layers/google.python.pip/pip/lib/python3.11/site-packages/viur/core/skeleton.py", line 1193, in toDB
        bone.postSavedHandler(skel, bone_name, key)
      File "/layers/google.python.pip/pip/lib/python3.11/site-packages/viur/core/bones/file.py", line 224, in postSavedHandler
        handleDerives(values[lang])
      File "/layers/google.python.pip/pip/lib/python3.11/site-packages/viur/core/bones/file.py", line 217, in handleDerives
        for val in values:  # Ensure derives getting build for each file referenced in this relation
    TypeError: 'NoneType' object is not iterable
    ```
    sveneberth authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    c634c07 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. fix: SelectBone.singleValueFromClient doesn't accept Enum (backport

    #1320) (#1351)
    
    Fix for : #1348
    
    ---------
    
    Co-authored-by: Jan Max Meyer <jmm@phorward.de>
    ArneGudermann and phorward authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    84d80ba View commit details
    Browse the repository at this point in the history
Loading