django-daiquiri / daiquiri

A framework for the publication of scientific databases
https://escience.aip.de/daiquiri
Apache License 2.0
26 stars 8 forks source link

fix filter for the access_level INTERNAL #114

Closed kimakan closed 1 year ago

kimakan commented 1 year ago

The queues such as

    {
        'key': '5h',
        'label': '5 Hours',
        'timeout': 18000,
        'priority': 1,
        'access_level': 'INTERNAL',
        'groups': []
    },

were not filtered out for the not authenticated users. With the proposed fix, the filter works correctly.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3470120186


Changes Missing Coverage Covered Lines Changed/Added Lines %
daiquiri/core/utils.py 0 2 0.0%
<!-- Total: 0 2 0.0% -->
Totals Coverage Status
Change from base Build 3427922633: -0.009%
Covered Lines: 4598
Relevant Lines: 6979

💛 - Coveralls