Set group titles with name when title is empty.
authorBen Konrath <ben@bagu.org>
Wed, 16 Nov 2011 16:03:52 +0000 (17:03 +0100)
committerBen Konrath <ben@bagu.org>
Wed, 16 Nov 2011 16:03:52 +0000 (17:03 +0100)
commita62f7dcdcf156e89352ad117b3cceb0806cc2fd8
tree7d09008ac3a1d7d362e4a2cf650027b2c3c3717c
parentf2bc68b7b78dadb4b58243532ca75fd6816dcc80
Set group titles with name when title is empty.

This fixes a problem with an empty notebook tab label in the Lesson
Planner document. The forth tab in the notebook should be "Internet":

http://bagu.org:8080/OnlineGlom/#details:document=lesson-planner&table=teachers&value=0

* src/main/java/org/glom/web/server/ConfiguredDocument.java: Use
libglom's LayoutItem.get_title_or_name() to fill in the LayoutGroup
DTO title.
ChangeLog
src/main/java/org/glom/web/server/ConfiguredDocument.java