tethysplatform / tethys

The Tethys Platform main Django website project repository.
http://tethysplatform.org/
BSD 2-Clause "Simplified" License
92 stars 49 forks source link

Bug Fix for Issue #1080 #1085

Closed jakeymac closed 2 weeks ago

jakeymac commented 2 weeks ago

Description

This merge request addresses the previous issue with controllers using app_media, user_media, app_public, and app_resources in controller decorators causing url map errors or not being found.

These parameters are now treated like user and app_workspace are treated in controller decorators.

Fixes #1080

Quality Checks

coveralls commented 2 weeks ago

Coverage Status

coverage: 99.936%. remained the same when pulling 4d438944776d48698908a96c49a722e6a7fb84f3 on user-media-url-bug-fix into a9a7143cc0423825c6ee5f63906c13928381f0bc on main.