mirror of
https://github.com/harness/drone.git
synced 2025-04-28 05:36:58 +00:00
fix: [CDE-437]: Mapping IsMarkedForDeletion and IsDeleted when reading from db. (#2877)
* fix: [CDE-437]: Mapping IsMarkedForDeletion and IsDeleted when reading from db.
This commit is contained in:
parent
f87c8b77e7
commit
69a815ee1e
@ -355,6 +355,8 @@ func (s *gitspaceConfigStore) mapToGitspaceConfig(
|
|||||||
Created: in.Created,
|
Created: in.Created,
|
||||||
Updated: in.Updated,
|
Updated: in.Updated,
|
||||||
SSHTokenIdentifier: in.SSHTokenIdentifier,
|
SSHTokenIdentifier: in.SSHTokenIdentifier,
|
||||||
|
IsMarkedForDeletion: in.IsMarkedForDeletion,
|
||||||
|
IsDeleted: in.IsDeleted,
|
||||||
CodeRepo: codeRepo,
|
CodeRepo: codeRepo,
|
||||||
GitspaceUser: types.GitspaceUser{
|
GitspaceUser: types.GitspaceUser{
|
||||||
ID: in.CreatedBy.Ptr(),
|
ID: in.CreatedBy.Ptr(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user