Identityserver4.admin: Unable to edit localization resource files

Created on 21 Apr 2021  路  2Comments  路  Source: skoruba/IdentityServer4.Admin

Describe the bug

Unable to edit localization resource files in Admin project. Filing as a bug report because this functionality existed in previous versions of the template. In particular, I would like to change the SubTitle value and it is not possible.

To Reproduce

Steps to reproduce the behavior:

  1. Create a new project from the 2.0.0-rc3 version of the skoruba.is4admin template.
  2. Resource files are not present in the project and cannot be edited.
  3. Resource files are part of the Razor Class Library nuget package and are only accessible as a build artifact.
bug report

All 2 comments

Hey @ericwscott - you can override existing resources in same path like in Razor Class Library, for example:

in your project you can create folder Resources and copy files from Razor Class Library and modify them.

Please, give me feedback how it works.

Thanks!

@skoruba - I am able to override the resources successfully using the method you described. Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

skoruba picture skoruba  路  4Comments

saeedrahimi picture saeedrahimi  路  3Comments

knepe picture knepe  路  4Comments

Hens94 picture Hens94  路  4Comments

ekjuanrejon picture ekjuanrejon  路  4Comments