mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-30 23:09:32 +00:00
Added placeholders for Part lots.
This commit is contained in:
parent
a4e1a17b4a
commit
16c1f84eb3
7 changed files with 226 additions and 4 deletions
|
|
@ -174,4 +174,9 @@ services:
|
|||
|
||||
App\Services\TranslationExtractor\PermissionExtractor:
|
||||
tags:
|
||||
- { name: 'translation.extractor', alias: 'permissionExtractor'}
|
||||
- { name: 'translation.extractor', alias: 'permissionExtractor'}
|
||||
|
||||
# PartLotProvider must be invoked before all other providers, so it can override %%NAME%% placeholder
|
||||
App\Services\LabelSystem\PlaceholderProviders\PartLotProvider:
|
||||
tags:
|
||||
- { name: 'app.label_placeholder_provider', priority: 10}
|
||||
Loading…
Add table
Add a link
Reference in a new issue