OpenF2 / F2

Redefining web integration for the financial services community
Apache License 2.0
129 stars 62 forks source link

Pass AppContent to preloaded apps #244

Closed markhealey closed 9 years ago

markhealey commented 9 years ago

This PR passes a special AppContent to preloaded apps that were not loaded with an explicit AppManifest. The new AppContent is a hardcoded object with two properties, status: 'SUCCESS' and preloaded: true.

Preloaded apps that are registered with an explicit AppManifest will continue to receive that manifest's AppContent instead of the new, hardcoded object.

Fixes #211