mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
fix fields::merge command
This commit is contained in:
@@ -31,14 +31,9 @@ class module_console_fieldsDelete extends Command
|
||||
|
||||
$this->setDescription('Delete a documentation field from a Databox');
|
||||
|
||||
// $this->addArgument('name', InputArgument::REQUIRED, 'Metadata structure ids for source');
|
||||
$this->addArgument('meta_struct_id', InputArgument::REQUIRED, 'Metadata structure id destination');
|
||||
$this->addArgument('sbas_id', InputArgument::REQUIRED, 'Databox sbas_id');
|
||||
|
||||
// $this->addOption('sbas_id', 's', InputOption::VALUE_REQUIRED, 'Databox sbas_id');
|
||||
//
|
||||
// $this->addOption('meta_struct_id', 'm', InputOption::VALUE_REQUIRED, 'Databox meta structure Id');
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user