You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried PUT /businesscard/{participantIdentifier}, but the language attribute did not register.
According to the following implementation, phoss-smp does not support Business Card v3 via the API.
This will be part of the v5.7.0 release.
I added an additional column called names that is created using FlyWay migration v18.
The column name is used only if there is a single name with a single language.
If there is either one name with a language or more than one name, the data is stored in JSON format into the names column.
I tried PUT /businesscard/{participantIdentifier}, but the language attribute did not register.
According to the following implementation, phoss-smp does not support Business Card v3 via the API.
phoss-smp/phoss-smp-backend-sql/src/main/java/com/helger/phoss/smp/backend/sql/mgr/SMPBusinessCardManagerJDBC.java
Line 212 in 7ceec53
I tried the following update query, but GET /businesscard/{participantIdentifier} did not output in Business Card v3 format.
I would like to see support for MultilingualNameType even if it is only for the REST API (GET/PUT), do you have any plans?
The text was updated successfully, but these errors were encountered: