알파피플 앱

many_to_many 관계에서 sort 옵션 적용시 manage_relationship 이 cannot find record 발생하는 버그

Assigned to
이재철, Backend at Alphapeople 이재철
Notes
    many_to_many :countries, R.Country do
      public? true
      through R.UserCountry
      join_relationship :user_countries
      source_attribute_on_join_resource :user_id
      destination_attribute_on_join_resource :country_id
      sort [Ash.Sort.expr_sort(user_countries.ord)]
    end

Comments & Events

이재철 moved this card to 결제/정산.
이재철 moved this card to Done.
이재철, Backend at Alphapeople
이재철 completed this card.
이재철 moved this card to 결제/정산.
이재철 moved this card to Done.
이재철, Backend at Alphapeople
이재철 completed this card.