View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007751 | OXID eShop (all versions) | 2.1. Master Settings | public | 2024-11-22 18:17 | 2024-11-22 18:17 |
Reporter | mf | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 7.2.0 | ||||
Summary | 0007751: Adding license keys via the command line: only the last key is kept | ||||
Description | If a license key is added using the command line, only the last added key remains in the shop: oe-console oe:license:add KEY The reason is probably that the variable is always empty because it is only set if in admin login mode, which is not possible in command line mode: $activeSerial = $this->getConfig()->getConfigParam('sSerialNr') ?? ''; | ||||
Steps To Reproduce | oe-console oe:license:add Primary Shop Key oe-console oe:license:add License Extension Key (eg. with Additional Shops) Only the extension key is then listed in the admin area: Master > Core Settings > License | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||