mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 19:07:30 +00:00
fix: actions (#2547)
* fix: external login * fix: query flow types correct * fix: queries of action statements Co-authored-by: fabi <fabienne.gerschwiler@gmail.com>
This commit is contained in:
@@ -114,9 +114,7 @@ func (q *Queries) GetActionByID(ctx context.Context, id string, orgID string) (*
|
||||
stmt, scan := prepareActionQuery()
|
||||
query, args, err := stmt.Where(
|
||||
sq.Eq{
|
||||
ActionColumnID.identifier(): id,
|
||||
},
|
||||
sq.Eq{
|
||||
ActionColumnID.identifier(): id,
|
||||
ActionColumnResourceOwner.identifier(): orgID,
|
||||
}).ToSql()
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user