You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/CoreBundle/Command/ImportAccessUrlCommand.php
+1-1
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ protected function configure(): void
37
37
$this
38
38
->addArgument('xlsx-file', InputArgument::REQUIRED, 'Path to the XLSX file')
39
39
->addArgument('base-url', InputArgument::REQUIRED, 'Base URL for subdomains (e.g., https://somedomain.com/)')
40
-
->setHelp('This command imports AccessUrl entities from an XLSX file. The file must have a title row with "subdomain" and "description" columns. Subdomains are lowercased. The ResourceNode parent is set to AccessUrl ID = 1.');
40
+
->setHelp('This command imports AccessUrl entities from an XLSX file. The file must have a title row with "subdomain" and "description" columns. Subdomains are lowercased. The ResourceNode parent is set to AccessUrl ID = 1. If needed, removing the created URLs manually will require cleaning the access_url_rel_user and resource_node tables.');
41
41
}
42
42
43
43
protectedfunctionexecute(InputInterface$input, OutputInterface$output): int
0 commit comments