Skip to content

Move component out of pages/ dir

Eugie Limpin requested to merge move-component-to-proper-dir into master

What does this MR do and why?

Resolves #351096 (closed)

Generally we try to only have index.js files that initialize JS applications in the pages directory. The rest of the code generally goes directly in the assets/javascripts directory.

To conform with the above, this MR moves

ee/app/assets/javascripts/pages/groups/new/components/credit_card_verification.vue

to

ee/app/assets/javascripts/namespaces/verification/components/credit_card_verification.vue

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Eugie Limpin

Merge request reports