e-Spirit / javascript-content-api-library

Apache License 2.0
7 stars 11 forks source link

CaasMapper provides unconsistent types for table cell colspan and rowspan #129

Closed phillmund closed 1 year ago

phillmund commented 1 year ago

The structure for a table contains the type number in the colspan and in the rowspan key if the value is 1. Otherwise the value is from type string.

nico-mcalley commented 1 year ago

This issue seems to be related to #128. We will treat both issues as one and update on the earlier report.

closed

nico-mcalley commented 1 year ago

It turns out that issue https://github.com/e-Spirit/fsxa-api/issues/128 and this one here are not related. @alexkoerner could you provide a reproduction for a scenario where this typing issue leads to a problem or is it a typing issue without any further impact?

phillmund commented 1 year ago

I don't know what has been changed in the background, but the values are now typed correct as number.

nico-mcalley commented 1 year ago

That is good. I will close the issue :-)