Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/craws/OpenAtlas into dev…
Browse files Browse the repository at this point in the history
…elop
  • Loading branch information
AlexanderWatzinger committed Apr 4, 2024
2 parents 0af307a + ba69b6a commit 8d507f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openatlas/views/overlay.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ def overlay_insert(


@app.route(
'/overlay/update/<int:overlay_id>/<int:place_id>', methods=['GET', 'POST'])
'/overlay/update/<int:place_id>/<int:overlay_id>',
methods=['GET', 'POST'])
@required_group('editor')
def overlay_update(place_id: int, overlay_id: int) -> str | Response:
overlay = Overlay.get_by_id(overlay_id)
Expand Down

0 comments on commit 8d507f3

Please sign in to comment.