alexanderzatko / rovas

Application for participating in the NEO economy
0 stars 0 forks source link

make sure work reports are not dated to time before registration #111

Closed alexanderzatko closed 3 years ago

alexanderzatko commented 3 years ago

We need to check and if necessary update the work report-related CRUD operations for violations of the NEO rule, dictating that no work can be rewarded if it was performed before the user registered.

alexanderzatko commented 3 years ago

modified the rovas_report_form module, removed the check from the "create work report" and "update work report" rules. The rules_proxy_create_work_report already contained the check.