Ver código fonte

better entity class fetching

tags/v0.1.6
Jonathan Cobb 4 anos atrás
pai
commit
4e077f5b0a
3 arquivos alterados com 3 adições e 3 exclusões
  1. +1
    -1
      bubble-server/src/main/java/bubble/server/BubbleConfiguration.java
  2. +1
    -1
      bubble-web
  3. +1
    -1
      utils/cobbzilla-wizard

+ 1
- 1
bubble-server/src/main/java/bubble/server/BubbleConfiguration.java Ver arquivo

@@ -237,7 +237,7 @@ public class BubbleConfiguration extends PgRestServerConfiguration
{TAG_SAGE_LAUNCHER, isSageLauncher()},
{TAG_PAYMENTS_ENABLED, paymentsEnabled()},
{TAG_CLOUD_DRIVERS, getCloudDriverClasses()},
{TAG_ENTITY_CLASSES, getSortedEntityClassNames()},
{TAG_ENTITY_CLASSES, getSortedSimpleEntityClassMap()},
{TAG_LOCALES, getAllLocales()}
}));
}


+ 1
- 1
bubble-web

@@ -1 +1 @@
Subproject commit f332144fb96b891587c71763c42fd6a36b7efc2d
Subproject commit ad21407132f5f8f54798678630238e57baaa3d53

+ 1
- 1
utils/cobbzilla-wizard

@@ -1 +1 @@
Subproject commit bd34a8a554f53e7a43d5f5dd4f6a4eef80ff542a
Subproject commit addef002a2c186e317fd6bacc01648fa56d4e5f8

Carregando…
Cancelar
Salvar