-1
我正嘗試從EntityCollection
的集合中刪除某個Entity
,該集合不起作用,導致一個異常:list.remove(x): x not in list
。Elixir EntityCollection.remove()不起作用
代碼摘錄如下:
user.platformSubscriptions.remove(platform)
平臺變量其實在platformSubscriptions集合。
'platform'不能是'platformSubscriptions'收藏。請發佈堆棧跟蹤和其他代碼,以便我們爲您提供幫助。 – wberry
@wberry謝謝,確實你是對的,但更具體地說,它們不是相同的**實例**,即使對象來自同一記錄。因此,默認比較器在列表中找不到匹配項。 – ronalddddd