Skip to content

Validation as decorator

MariaV requested to merge refactor_out_validation into master

Refactored the user_validation function as a decorator. Deleted the code relating to user_validation in user-landing view and issue-lookup view and replaced with decorating the views.

Merge request reports