Magento 2 - Hide or remove category form after verification on adminShow hide admin form fields on change Magento 2Admin form redirect to dashboard - Magento2magento 2: admin login form inputs cut in halfAdd Checkbox In Magento 2 Admin FormMagento Extension for vendor verificationAdd an extension to edit the product name quickly in admin. Magento 2Magento 2 declaring modifier PHP Fatal Error: null given in $modifiersMagento 2.2.5 Category admin stuck after thumbnail image uploadMagento admin form select type dependency fieldMultiselect category dropdown on admin form
Is there any chance a man can get the death penalty for causing a miscarriage?
Why would a rational buyer offer to buy with no conditions precedent?
Do copyright notices need to be placed at the beginning of a file?
Is this homebrew "Cactus Grenade" cantrip balanced?
Why did other houses not demand this?
Freedom of Speech and Assembly in China
What weight should be given to writers groups critiques?
Can a UK national work as a paid shop assistant in the USA?
One word for 'the thing that attracts me'?
What is the intuition behind the term Transitive for verbs?
Best shape for a necromancer's undead minions for battle?
I want to know what marumaru means
Can a ring of spell storing and access to Find spells produce an endless menagerie?
How to let other coworkers know that I don't share my coworker's political views?
...And they were stumped for a long time
Has Ursula Le Guin ever admitted to be influenced by Kibbutz for the Dispossessed?
Storing voxels for a voxel Engine in C++
Interpretation of ROC AUC score
How would a developer who mostly fixed bugs for years at a company call out their contributions in their CV?
Why is this integration method not valid?
Who knighted this character?
Why did Jon Snow do this immoral act if he is so honorable?
Final exams: What is the most common protocol for scheduling?
Navigating a quick return to previous employer
Magento 2 - Hide or remove category form after verification on admin
Show hide admin form fields on change Magento 2Admin form redirect to dashboard - Magento2magento 2: admin login form inputs cut in halfAdd Checkbox In Magento 2 Admin FormMagento Extension for vendor verificationAdd an extension to edit the product name quickly in admin. Magento 2Magento 2 declaring modifier PHP Fatal Error: null given in $modifiersMagento 2.2.5 Category admin stuck after thumbnail image uploadMagento admin form select type dependency fieldMultiselect category dropdown on admin form
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I want to hide OR remove category form after a verification
So, I succeed to hide it by creating category_form.xml
on viewadminhtmlui_component
<fieldset name="general" sortOrder="5">
<argument name="data" xsi:type="array">
<item name="config" xsi:type="array">
<item name="visible" xsi:type="boolean">false</item>
</item>
</argument>
</fieldset>
but I want to add a verification if it's correct I need to hide the form if not, no change should occur.
is there any solution?
magento2 admin category adminform
add a comment |
I want to hide OR remove category form after a verification
So, I succeed to hide it by creating category_form.xml
on viewadminhtmlui_component
<fieldset name="general" sortOrder="5">
<argument name="data" xsi:type="array">
<item name="config" xsi:type="array">
<item name="visible" xsi:type="boolean">false</item>
</item>
</argument>
</fieldset>
but I want to add a verification if it's correct I need to hide the form if not, no change should occur.
is there any solution?
magento2 admin category adminform
add a comment |
I want to hide OR remove category form after a verification
So, I succeed to hide it by creating category_form.xml
on viewadminhtmlui_component
<fieldset name="general" sortOrder="5">
<argument name="data" xsi:type="array">
<item name="config" xsi:type="array">
<item name="visible" xsi:type="boolean">false</item>
</item>
</argument>
</fieldset>
but I want to add a verification if it's correct I need to hide the form if not, no change should occur.
is there any solution?
magento2 admin category adminform
I want to hide OR remove category form after a verification
So, I succeed to hide it by creating category_form.xml
on viewadminhtmlui_component
<fieldset name="general" sortOrder="5">
<argument name="data" xsi:type="array">
<item name="config" xsi:type="array">
<item name="visible" xsi:type="boolean">false</item>
</item>
</argument>
</fieldset>
but I want to add a verification if it's correct I need to hide the form if not, no change should occur.
is there any solution?
magento2 admin category adminform
magento2 admin category adminform
edited May 17 at 9:42
sayou
asked May 16 at 16:27
sayousayou
22310
22310
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f274941%2fmagento-2-hide-or-remove-category-form-after-verification-on-admin%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f274941%2fmagento-2-hide-or-remove-category-form-after-verification-on-admin%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown