Skip to content

Commit

Permalink
Don't allow name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 14, 2024
1 parent 30a5de5 commit d1d7a80
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion api/routes/connection-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ export default async function router(schema: Schema, config: Config) {
dataid: Type.Integer({ minimum: 1 }),
}),
body: Type.Object({
name: Type.String(),
description: Type.String(),
auto_transform: Type.Optional(Type.Boolean()),
mission_diff: Type.Optional(Type.Boolean()),
Expand Down
1 change: 1 addition & 0 deletions api/web/src/components/DataEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
v-model='data.name'
label='Data Name'
description='The human readable name of the Data Layer'
:disabled='$route.params.dataid'
:error='errors.name'
/>
</div>
Expand Down

0 comments on commit d1d7a80

Please sign in to comment.