Some other improvements
docker-compose.yml still uses
version: '3.8'
which is deprecated (the version attribute that is)
There is a small bug in the build-images-locally.ps1 file, at least for Angular:
Write-Host "********* BUILDING Angular Application *********" -ForegroundColor Green $angularAppFolder = Join-Path $slnFolder "../angular"
This should be ./angular with only one dot as above it, you already have the lines
$currentFolder = $PSScriptRoot $slnFolder = Join-Path $currentFolder "../../"
Or the script wont find the folder (at least assuming you follow the instructions "Navigate to etc/docker-compose folder and run the build-images-locally.ps1
").
Reopened once again.....
It seems when using the Angular UI and creating Navigation properties, ABP Suite tries to invent the type "Guid" in Angular/Typescript even though that does not exist (at least not by default). If you change it to string it will work both development time and run time it seems.
Is any action being taken on this? It seems like we rarely get feedback on bugs etc reported in this thread compared with when creating new ones, but then general threads like this seems kind of pointless. Thanks.
BTW, the name of this thread should probably change now in 2025.
In ABP Suite when creating properties for Entities, it would be nice if you besides "Name" could enter an optional "UI name" or something like that, that would be used in the generated UI instead of Name.
For example, if you create a property "HomepageUrl" for a Company entity, you would probably want that to show up as "Homepage:" rather than "HomepageUrl:" in UI.
We do not typically close tickets unless they are fully resolved or inactive for some time. We understand the issue you are facing and are actively working on a fix to prevent this from happening again. Thanks for your patience.
The problem seems to be an overzealous bot with really poor patience that decides to close even unresolved ticket way too early.