Browse Source

no data presentation (yet) for passthru app

tags/v0.9.12
Jonathan Cobb 4 years ago
parent
commit
d78aa909ce
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      bubble-server/src/main/resources/message_templates/en_US/server/post_auth/ResourceMessages.properties
  2. +1
    -1
      bubble-server/src/main/resources/models/apps/passthru/bubbleApp_passthru.json

+ 1
- 0
bubble-server/src/main/resources/message_templates/en_US/server/post_auth/ResourceMessages.properties View File

@@ -541,6 +541,7 @@ err.dataConfig.fields.required=Data configuration has presentation set but no fi
err.dataConfig.views.required=Data configuration has presentation set but no views are defined err.dataConfig.views.required=Data configuration has presentation set but no views are defined
err.dataConfig.driver.required=Data configuration has presentation set but driver was not set err.dataConfig.driver.required=Data configuration has presentation set but driver was not set
err.dataConfig.driver.invalid=Error initializing app data driver err.dataConfig.driver.invalid=Error initializing app data driver
err.dataConfig.configDriver.invalid=Error initializing app config driver
err.delegatedPayment.notDelegated=Error locating payment service err.delegatedPayment.notDelegated=Error locating payment service
err.delegatedPayment.delegateNotFound=Error locating payment service err.delegatedPayment.delegateNotFound=Error locating payment service
err.delete.cannotDeleteSelf=You cannot delete yourself (you've still got a chance to win) err.delete.cannotDeleteSelf=You cannot delete yourself (you've still got a chance to win)


+ 1
- 1
bubble-server/src/main/resources/models/apps/passthru/bubbleApp_passthru.json View File

@@ -7,7 +7,7 @@
"priority": 1000000, "priority": 1000000,
"dataConfig": { "dataConfig": {
"dataDriver": "bubble.app.passthru.TlsPassthruAppDataDriver", "dataDriver": "bubble.app.passthru.TlsPassthruAppDataDriver",
"presentation": "app",
"presentation": "none",
"configDriver": "bubble.app.passthru.TlsPassthruAppConfigDriver", "configDriver": "bubble.app.passthru.TlsPassthruAppConfigDriver",
"configFields": [ "configFields": [
{"name": "passthruFqdn", "type": "hostname", "truncate": false}, {"name": "passthruFqdn", "type": "hostname", "truncate": false},


Loading…
Cancel
Save