-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customer - Campos duplicados / Validações de campos - Fixes #63 #64 #65
base: master
Are you sure you want to change the base?
Conversation
…ame, com esse tratamento faz parecer que os campos Social Name e Trade Name estão duplicados
Descobri que meu tratamento está incompleto, em breve irei postar o tratamento devido, por favor aguardarem o mesmo antes de fazerem o merge. |
Fiz as modificações necessárias, fico no aguardo da revisão. Desde já agradeço. |
|
||
//check if field already being used | ||
$objectManager = \Magento\Framework\App\ObjectManager::getInstance(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Substitui o uso do Object Manager (a Magento não recomenda seu uso, somente em testes), pelo uso do repository.
@@ -61,13 +61,13 @@ | |||
value="<?php echo $block->escapeHtml($block->getCustomerValue("socialname")) ?>" | |||
title="<?php /* @escapeNotVerified */ echo __('Social Name') ?>" | |||
class="input-text" | |||
data-validate="{required:<?php echo var_export($block->getStatus("required", "cnpj", "socialname"), true) ?>, 'validate-cpf':true}" > |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Validação no campo incorreto, por isso fiz a remoção
No js que faz o tratamento quando é selecionado Pessoa Física / Pessoa Jurídica, tem um tratamento que muda a label do field-name-firstname e do field-name-lastname, porém esses campos independentemente do tipo de pessoa, possuem a mesma label, já que para a Razão Social e Nome Fantasia existe outro campo.