Skip to content

Commit 2cbace0

Browse files
author
Ives van Hoorne
committed
Remove user entity
You should not be able to edit other users
1 parent 8a643ed commit 2cbace0

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

src/app/store/entities/sandboxes/entity.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@ import { schema } from 'normalizr';
33
import { getSandboxOptions } from 'common/url';
44
import moduleEntity from './modules/entity';
55
import directoryEntity from './directories/entity';
6-
import userEntity from './users/entity';
76

87
export default new schema.Entity(
98
'sandboxes',
109
{
1110
modules: [moduleEntity],
1211
directories: [directoryEntity],
1312
currentModule: moduleEntity,
14-
author: userEntity,
1513
},
1614
{
1715
processStrategy: sandbox => {

src/app/store/entities/sandboxes/users/entity.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/app/store/entities/sandboxes/users/reducer.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)