issues
search
AkrosAG
/
Akros-Marketplace
Apache License 2.0
4
stars
5
forks
source link
Cannot save a request ad
#121
Open
ghost
opened
2 years ago
ghost
commented
2 years ago
Steps to reproduce:
go to
https://am-ui.azurewebsites.net/
or open the local docker environment on
https://localhost:4200/
click on
Create an add
select
Accommodation
select
I'm Looking For
fill everything with correct data
click on Preview and publish
Expected behavior:
Request ad is published
Current behavior:
Request ad is not published, SQL exception is thrown in the marketplace service
Cause:
in
topic
table
request_or_offer
column is with length 6 and service is trying to save
REQUEST
value which is 7 characters long
Steps to reproduce:
Expected behavior:
Current behavior:
Cause: