When creating a new Game, the handle param is marked as "Required". This can be confusing because there is no actual text input field. And, the handle param is automatically generated anyway.
Solution
Prevent the field from being shown when creating a new Game.
Customize the "help" message in Rails Admin so it reads as "Automatically generated" rather than "Required."
Problem
When creating a new
Game
, thehandle
param is marked as "Required". This can be confusing because there is no actual text input field. And, thehandle
param is automatically generated anyway.Solution
fixes https://github.com/allegroplanet/allegro-planet/issues/43 cc @allefant