-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot override Identity/Users/index.js #21592
Comments
Please share a test project to reproduce. |
Here is a sample test project.
There is a custom I have attached two zip files. The first The second I have deleted the 'node-modules' and 'libs' folders from both to reduce the size. You need to run |
Adding the line
in the Which creates another problem, why does the new Why are the new templates not open source? |
Is there an existing issue for this?
Description
I have a web project using Abp. It was using Abp version 8.3, MVC UI, the basic theme. I had a file
Pages\Identity\Users\index.js
to override the built inindex.js
in the identity module. It was working fine in version 8.3.x. I upgraded to 9.0.0 and now the customindex.js
is not loaded, and the embedded one is instead.Reproduction Steps
abp new BookStore
Create a new
index.js
file inPages\Identity\Users\index.js
in the .Web project.Expected behavior
The custom
index.js
is loaded when navigating to the pageIdentity\Users
Actual behavior
No response
Regression?
Yes. It worked fine in 8.3
Known Workarounds
No response
Version
9.0.1
User Interface
MVC
Database Provider
EF Core (Default)
Tiered or separate authentication server
None (Default)
Operation System
Windows (Default)
Other information
No response
The text was updated successfully, but these errors were encountered: