Skip to content

Commit

Permalink
theme name change disabled (#83)
Browse files Browse the repository at this point in the history
* feat: connected images service to theme

* feat: add images

* feat: add bff security

* feat: change image upload

* feat: lint update

* feat: constraint fix

* feat: test change

* feat: change img size

* fix: url problems fix

* feat: url reset

* feat: fetchingURLs update

* feat: fetching URL change update

* feat: disable name change in edit

---------

Co-authored-by: Henry Täschner <[email protected]>
  • Loading branch information
jsteenke and HenryT-CG authored Mar 13, 2024
1 parent b9bc33c commit 3f3ac36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/theme/theme-designer/theme-designer.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ export class ThemeDesignerComponent implements OnInit {
this.themeApi.getThemeByName({ name: this.themeName }).subscribe((data) => {
this.theme = data.resource
this.basicForm.patchValue(data.resource)
this.basicForm.controls['name'].disable()
this.propertiesForm.reset()
this.propertiesForm.patchValue(data.resource.properties || {})
this.fetchingLogoUrl = this.getImageUrl(this.theme, 'logo')
Expand Down

0 comments on commit 3f3ac36

Please sign in to comment.