Javascript circular reference issue

With the 3.5.2 update, I started getting “circular reference” and “[object Object]” errors in some areas. This error occurred with the last update.

Result
all field and data types are the same.

<table class="table table-striped table-bordered table-hover table-sm">
	<thead>
		<tr>
			<th>Adres Adı</th>
			<th>İl</th>
			<th>İlçe</th>
			<th>Mahalle</th>
			<th>Cadde</th>
			<th>Dış Kapı No</th>
			<th>İç Kapı No</th>
			<th>Adres Kodu</th>
			<th></th>
		</tr>
	</thead>
	<tbody is="dmx-repeat" dmx-generator="bs4table" dmx-bind:repeat="scYerlesimAdresleri.data.queryAboneYerlesimAdresleri" id="tableRepeatyerlesim">
		<tr>
			<td dmx-text="ABONE_ADRES_ADI+aboneAdresBilgileriID"></td>
			<td dmx-text="ABONE_ADRES_YERLESIM_IL"></td>
			<td dmx-text="ABONE_ADRES_YERLESIM_ILCE"></td>
			<td dmx-text="ABONE_ADRES_YERLESIM_MAHALLE"></td>
			<td dmx-text="ABONE_ADRES_YERLESIM_CADDE"></td>
			<td dmx-text="ABONE_ADRES_YERLESIM_DIS_KAPI_NO"></td>
			<td dmx-text="ABONE_ADRES_YERLESIM_IC_KAPI_NO"></td>
			<td dmx-text="ABONE_ADRES_YERLESIM_NO"></td>
			<td style="width: 20px;"><button class="btn btn-sm btn-info" dmx-on:click="modalYerlesimAdresiGuncelle.show();scYerlesimAdresDetayi.load({yerlesimadresid: aboneAdresBilgileriID})"><i class="fas fa-pen-fancy"></i></button></td>
		</tr>
	</tbody>
</table>

Server Connect Details


Query Details

Please test: dmxAppConnect.zip (22.2 KB)

Fixed in Wappler 3.5.3

@patrick sory for my late reply and test (I was able to test it too late since I am out of the office today.) … yes working perfect !

This topic was automatically closed after 3 days. New replies are no longer allowed.