Hey,
I just want to report a bug in the view's configuration.
When operating in maintenance mode, the "Operating in maintenance mode. Go online." appears everywhere...including the view's rearrange fields options. This causes the last field to remain hidden when there are 6 or more fields.
Duplicate:
- turn on maintenance mode
- make a view with 6+ fields
- try rearranging the fields...you'll see that the last one doesn't appear...
Right now I'm managing with put:
.messages { display: none; }
in the google developer's tools, but it's really annoying...
Thanks for your time!