Hi,
I've created an internatl issue about this. Thank you for reporting. The question credit is refunded.
Hi @mattw,
Open ./suite/entities
directory in your solution. There are information files of the entities that you previously generated. As i see in the error logs, you created an entity that has a enum property type of ConditionType
. You can do one of the followings:
A) Delete the related json file (if you are not going to re-generate the entity)
B) Open the related json file, set the correct EnumValues
instead of null
in the property info (for ex: 0
for medical, 1
for Behavioral)
@zhaof
Now i got it. We already use RemoteService for tiered app template, but i guess we treat module template as non-tiered and that causes problem when you use the module in a tiered app.
Thank you again for reporting. I'll create an internal issue for this as well.
Hi @zhaof
downloadexcel missing remoteservice ,pls check it
Can you clarify this? Doesn't the as-excel-file
api exist? Or is the url wrong?
Hi @stefan,
Please be sure that the ABP Suite version is equal to Volo.Abp.Commercial.SuiteTemplates
package reference version in your project. It seems like The ABP Suite version is older.
For your info:
If you want to edit the code templates, go to templates page in ABP Suite, find the related template and edit it.
For example, in this scenario you can find Server.Domain.Manager.txt
and remove %%validations%%
line for a quick fix.
I've created an internal issue about this. Thank you for reporting, The question credit is refunded.
does it mean, I can completely remove it
Sure. You can also delete the installer project (if there is) from your solution as well.
@sukhdeep.dhillon
This package doesn't have any functionality. We decided not to publish it in the stable release.
We'll release the stable version in a couple of days.
Hi @mel,
We'll fix this ASAP. I'm refunding your question credit.
As a workaround until next release, you need to change CommunityStatusId
property name to something else.