stable

Clone or download

Read-only

Split Vue app into two specific apps (BP/FP)

Part of the story #11593 Have a Call Me Back button and form on every page Change-Id: I84363a2a6f102647f9905bc47966dde58608ed9f

Modified Files

Name
M plugins/create_test_env/build-manifest.json +6 −2 Go to diff View file
M plugins/create_test_env/include/create_test_envPlugin.class.php +2 −2 Go to diff View file
R plugins/create_test_env/scripts/call-me-back/po/fr.po Go to diff View file
R plugins/create_test_env/scripts/call-me-back/po/template.pot Go to diff View file
R plugins/create_test_env/scripts/call-me-back/src/CallMeBack.vue Go to diff View file
R plugins/create_test_env/scripts/call-me-back/src/index.js Go to diff View file
A plugins/create_test_env/scripts/call-me-back-flaming-parrot/po/fr.po +13 −0 Go to diff View file
A plugins/create_test_env/scripts/call-me-back-flaming-parrot/po/template.pot +6 −0 Go to diff View file
A plugins/create_test_env/scripts/call-me-back-flaming-parrot/src/CallMeBack.vue +31 −0 Go to diff View file
A plugins/create_test_env/scripts/call-me-back-flaming-parrot/src/index.js +40 −0 Go to diff View file
M plugins/create_test_env/scripts/package.json +1 −1 Go to diff View file
M plugins/create_test_env/scripts/webpack.config.js +3 −2 Go to diff View file