Livio Spring 611e2f30db
fix(actions): correctly handle api.v1.appendUserGrant (#9598)
# Which Problems Are Solved

It was not possible to use the `api.v1.appendUserGrant` function in the
`postCreation` trigger action as documented.

# How the Problems Are Solved

- Correctly initialize the javascript / Goja function
- Added `projectID` and `projectGrantID` (as documented), but kept
`projectId` and `projectGrantId` (for backwards compatibility) when
mapping the object in the `appendUserGrant` function

# Additional Changes

None

# Additional Context

- A customer reached out to support regarding this issue.
- requires back port to 2.70.x

(cherry picked from commit 57bfecf7f77bf33881a0368d25b7c1004f03d535)
2025-03-28 07:40:35 +01:00
..
2025-03-28 07:40:30 +01:00
2025-02-12 14:51:55 +00:00
2024-11-28 10:06:52 +00:00
2025-03-04 13:46:48 +01:00