smpallen99 / ex_admin

ExAdmin is an auto administration package for Elixir and the Phoenix Framework
MIT License
1.2k stars 272 forks source link

Register resource also can custom menu url #440

Closed zmcNotafraid closed 6 years ago

zmcNotafraid commented 6 years ago

In this situation, project have two difference namespace but same name module.Like "A.deposit", "B.deposit". But when I register these resource, they generate the same menu url(/deposits). So I need to custom one of them url, like "/b_deposits". And I find now register_page have this option, so I add it into register_resource either.