Rework the fix for empty notebook tab labels.
authorBen Konrath <ben@bagu.org>
Wed, 16 Nov 2011 16:38:10 +0000 (17:38 +0100)
committerBen Konrath <ben@bagu.org>
Wed, 16 Nov 2011 16:38:10 +0000 (17:38 +0100)
commit2a7d3c6b3b96058389c8dab756e20fcd9d3b92b9
tree5a44f4d9f34cbb78046be7fddd548a84617db3df
parenta62f7dcdcf156e89352ad117b3cceb0806cc2fd8
Rework the fix for empty notebook tab labels.

Setting the empty group titles with its name caused problems for the
details layout. Instead of using libglom's
LayoutItem.get_title_or_name(), the LayoutItem name is explicitly sent
to the client when the title is empty. This allows the Notebook to use
the name when the title is empty without affecting anything else.

* src/main/java/org/glom/web/client/ui/details/Notebook.java:
* src/main/java/org/glom/web/server/ConfiguredDocument.java:
ChangeLog
src/main/java/org/glom/web/client/ui/details/Notebook.java
src/main/java/org/glom/web/server/ConfiguredDocument.java