• 
      

    Fix extension static media include_bundles.

    Review Request #13647 — Created March 19, 2024 and discarded

    Information

    Djblets
    release-5.x

    Reviewers

    Extension bundles can define an include_bundles key, which is a list
    of bundle names that should be added when rendering. Unfortunately, the
    yield statement inside of _get_extension_bundles was not yielding it
    as a tuple, which meant that it wouldn't actually work.

    Used include_bundles inside of extension media and saw that things
    rendered correctly.

    Summary ID
    Fix extension static media include_bundles.
    Extension bundles can define an `include_bundles` key, which is a list of bundle names that should be added when rendering. Unfortunately, the `yield` statement inside of `_get_extension_bundles` was not yielding it as a tuple, which meant that it wouldn't actually work. Testing Done: Used `include_bundles` inside of extension media and saw that things rendered correctly.
    3fe941a408be58d9ba7d567f54b10fba98d875b1
    david
    Review request changed
    Status:
    Discarded