mirror of
https://github.com/Karaka-Management/oms-BusinessExpenses.git
synced 2026-02-10 21:48:41 +00:00
bug fixes
This commit is contained in:
parent
0c50c93c01
commit
100bc08226
2
.github/workflows/greetings.yml
vendored
2
.github/workflows/greetings.yml
vendored
|
|
@ -9,5 +9,5 @@ jobs:
|
|||
- uses: actions/first-interaction@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue-message: 'Thank you for createing this issue. We will check it as soon as possible.'
|
||||
issue-message: 'Thank you for creating this issue. We will check it as soon as possible.'
|
||||
pr-message: 'Thank you for your pull request. We will check it as soon as possible.'
|
||||
|
|
|
|||
|
|
@ -585,7 +585,7 @@ final class ApiController extends Controller
|
|||
pathSettings: PathSettings::FILE_PATH,
|
||||
hasAccountRelation: false,
|
||||
readContent: $request->getDataBool('parse_content') ?? false,
|
||||
type: $request->getDataInt('type'),
|
||||
tag: $request->getDataInt('tag'),
|
||||
rel: $expense->id,
|
||||
mapper: ExpenseMapper::class,
|
||||
field: 'files'
|
||||
|
|
@ -670,7 +670,7 @@ final class ApiController extends Controller
|
|||
pathSettings: PathSettings::FILE_PATH,
|
||||
hasAccountRelation: false,
|
||||
readContent: $request->getDataBool('parse_content') ?? false,
|
||||
type: $request->getData('type'),
|
||||
tag: $request->getDataInt('tag'),
|
||||
rel: $element,
|
||||
mapper: ExpenseElementMapper::class,
|
||||
field: 'files'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user