Skip to content

Commit c8cc852

Browse files
committed
2491: Prevent URN map generation during indexing.
Refactored notification text formatting for clarity and consistency. This ensures users are properly informed to wait until indexing is complete before generating URN maps. Enhances user guidance and prevents unwanted actions during indexing.
1 parent 13f925c commit c8cc852

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/magento/idea/magento2plugin/project/RegenerateUrnMapListener.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ public void mouseClicked(final MouseEvent event) {
5959
.getNotificationGroup("Magento Notifications")
6060
.createNotification(
6161
"URN map generation unavailable",
62-
"Indexing is in progress." +
63-
" Please wait for it to complete" +
64-
" before running URN mapping generation.",
62+
"Indexing is in progress."
63+
+ " Please wait for it to complete"
64+
+ " before running URN mapping generation.",
6565
NotificationType.WARNING
6666
)
6767
.notify(project);

0 commit comments

Comments
 (0)