Hi @Bernard,
I tested in a fresh solution but I couldn't reproduce the issue. Could try to run yarn create-bundles
?
If your problem still occurs please send me steps to reproduce it.
Hi @Ojala7,
I created an issue for it. You can follow the progress here https://github.com/aspnetzero/aspnet-zero-core/issues/5166
Hi @Ojala7,
The files are located in the database as binary. Currently, you need to customize your application.
Hi @Ojala7,
I tested in version Aspnetzero version 12.0.0 and Power Tools version 4.1.0. I created a basic entity with power tools that contain a file property. It is working correctly, saving file as binary to dbo.AppBinaryObjects
table and save binary object id to entity's file property.
If you want to learn more about file upload, look at https://docs.aspnetzero.com/en/aspnet-core-mvc/latest/Core-Mvc-File-Upload-Tutorial
Your problem maybe related with this, run this in powershell at mvc project location yarn create-bundles
If your problem still occurs please send your project to [email protected]
Hi @hdu,
It seems you are trying to use sync and async methods together. Could you try the async version of the toList method?
var taskInstanceList = await _taskRunnerInstanceRepository.GetAll().Where(x => x.TaskRunnerId == id).ToListAsync();
Hi @BusinessSolutions,
Thank you for your feedback. We will review the versions and provide you with a response.
Hi @MYBUSINESSDNA,
When I run the project it fails for NRT.UnitOfCompetency.json
and RPLSuite.SystemLibrary
not found error. Could you share these JSON files too? It could be related to a missing JSON file.
Hi @[email protected],
We will update the host controller template in the next version. But I think the angular problem is related to lint. Could you mouse hover on the error and send us a screenshot?
Hi @MYBUSINESSDNA,
Could you update your navigation properties with the following code?
"ForeignEntityName": "Qualification",
"ForeignEntityNamePlural": "Qualifications",
Hi @harley.mcphee,
You can create a custom controller and update your user tenantId and it will change the user's tenant. And you could unique the email.