porta icon indicating copy to clipboard operation
porta copied to clipboard

[remove_forum] Remove admin forums

Open josemigallas opened this issue 3 years ago • 1 comments

josemigallas avatar Jul 19 '22 08:07 josemigallas

We can remove routes related to this if any.

Problem with removing routes is that it would involve removing a lot more files, since the route definitions are nested: https://github.com/3scale/porta/blob/a00780cb7d00c665d694ae6b789af7ce25746729/config/routes.rb#L1011-L1027

And editing the routes.rb file to ignore these methods seems unnecessary since they are guarded by https://github.com/3scale/porta/blob/f05be97a4bf1ffdd3391e42217c05d7e9e2d5f94/app/controllers/forums/admin/hiden_forum_controller.rb#L9

josemigallas avatar Aug 31 '22 14:08 josemigallas