Some columns values not displayed since upgrade to 6.6.4

Hi CUBA team,

I have an overview table to display some values in a related table, it is working fine in version 6.5.5.

but since I upgrade to 6.6.4, the values cannot be displayed, and only some of the values have this issue.

the view of the table data source is the same, I have no idea how to figure out the cause.

please check the screenshots as attachments,
the information in red boxes is not displayed, but the information in blue boxes is OK.

below is the view:


<view class="com.esb.erp.entity.oi.PurchaseOrderLine"
          extends="_local"
          name="purchaseOrderLine-overview">
        <property name="purchaseOrder"
                  view="_minimal">
            <property name="representative"
                      view="_minimal"/>
            <property name="plant"
                      view="_minimal"/>
            <property name="port"
                      view="_minimal"/>
            <property name="containerNo"/>
            <property name="shippingLine"
                      view="_minimal"/>
            <property name="loadingDate"/>
            <property name="etd"/>
            <property name="eta"/>
            <property name="orderReference"/>
            <property name="deliveryNote"/>
            <property name="remark"/>
            <property name="grossAmount"/>
            <property name="invoiceAmount"/>
            <property name="currency"
                      view="_minimal"/>
            <property name="blReceiveDate"/>
            <property name="blConfirmDate"/>
            <property name="invoiceReceiveDate"/>
            <property name="invoiceConfirmDate"/>
            <property name="hcReceiveDate"/>
            <property name="hcConfirmDate"/>
            <property name="plReceiveDate"/>
            <property name="plConfirmDate"/>
            <property name="coReceiveDate"/>
            <property name="coConfirmDate"/>
            <property name="paymentTerm"
                      view="_minimal">
                <property name="prepay"/>
            </property>
            <property name="docsReceiveDate"/>
            <property name="docsConfirmDate"/>
            <property name="supplier"
                      view="_minimal"/>
            <property name="createTs"/>
            <property name="createdBy"/>
            <property name="hasCommission"/>
            <property name="hasTrans"/>
        </property>
        <property name="product"
                  view="_minimal"/>
        <property name="salesOrderLine">
            <property name="salesOrder"
                      view="_minimal">
                <property name="customer"
                          view="_minimal"/>
                <property name="paymentTerm"
                          view="_minimal"/>
                <property name="thirdParty"
                          view="_minimal"/>
                <property name="grossAmount"/>
                <property name="remark"/>
                <property name="representative"
                          view="_minimal"/>
                <property name="currency"
                          view="_minimal"/>
            </property>
            <property name="price"/>
            <property name="salesInvoice"
                      view="_minimal">
                <property name="prepayExpectedAmount"/>
                <property name="prepayPaidAmount"/>
                <property name="prepayPaidDate"/>
                <property name="balanceExpectedAmount"/>
                <property name="balancePaidAmount"/>
                <property name="balancePaidDate"/>
                <property name="prepayAmount"/>
                <property name="balanceAmount"/>
                <property name="remark"/>
                <property name="status"/>
            </property>
        </property>
        <property name="orderedAmount"/>
        <property name="purchaseInvoice"
                  view="_minimal">
            <property name="prepayExpectedAmount"/>
            <property name="prepayPaidAmount"/>
            <property name="prepayPaidDate"/>
            <property name="balanceExpectedAmount"/>
            <property name="balancePaidAmount"/>
            <property name="balancePaidDate"/>
            <property name="prepayAmount"/>
            <property name="balanceAmount"/>
            <property name="remark"/>
            <property name="status"/>
        </property>
        <property name="uom"
                  view="_minimal"/>
        <property name="productAlias"
                  view="_minimal">
            <property name="nameChn"/>
        </property>
        <property name="createTs"/>
        <property name="createdBy"/>
        <property name="updateTs"/>
        <property name="updatedBy"/>
    </view>

Best Regards.
Gabriel

6.5.5

6.6.4

Hi Gabriel,

Thank you for reporting the problem. The problem was fixed it in the 6.7 release (https://youtrack.cuba-platform.com/issue/PL-9439).

We plan to release 6.6 version with this fix in the next few days.

Thanks,
Subbotin Andrey

1 Like

Hi Gabriel,

The problem is fixed in the 6.6.5 release.

Thank you,
Andrey Subbotin