-
Notifications
You must be signed in to change notification settings - Fork 102
Commit ffdb06c
committed
1295: Exclude 'ARRAY' property type from the property list because it breaks entity generator
Added a conditional check to skip the 'ARRAY' property type when populating the property list. This ensures that unwanted types are filtered out, improving functionality and data accuracy.1 parent 5183af0 commit ffdb06c
File tree
1 file changed
+3
-1
lines changed- src/main/java/com/magento/idea/magento2plugin/magento/packages
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 | - | ||
84 | + | ||
85 | + | ||
86 | + | ||
85 | 87 |
| |
86 | 88 |
| |
87 | 89 |
| |
|
0 commit comments