We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93644b commit aca6257Copy full SHA for aca6257
tests/com/magento/idea/magento2plugin/actions/generation/generator/SaveEntityActionGeneratorTest.java
@@ -22,7 +22,7 @@ public class SaveEntityActionGeneratorTest extends BaseGeneratorTestCase {
22
"Foo\\Bar\\Model\\" + ENTITY_NAME + "Model" + "\\CompanyModel";
23
private static final String DTO_TYPE_INTERFACE =
24
"Foo\\Bar\\Api\\Data\\" + ENTITY_NAME + "Interface";
25
- private static final String ACL = "company_id";
+ private static final String ACL = "Foo_Bar::company_id";
26
private static final String ENTITY_ID = "entity_id";
27
28
/**
0 commit comments