akeeba/release-system

Changes on Update Stream in Item view won't be applied

Closed this issue · 1 comments

It seems that changes on the Update Stream select field won't be applied correctly. When saving the Item the SQL UPDATE Query always uses the former selected value.

screenshot

Manual changes on updatestream in #__ars_items work and will be displayed correctly in Item view. I suppose there is some issue with the SQL UPDATE Query values but I'm not smart enough to solve it myself ;)

Maybe some of you? ;)

Thank you :)

I did manage to work out how this field is automatically populated. The key to this is the Package naming pattern field of the update stream. Each filename of an Item will be checked against this kind of wildcard pattern and the appropriate update stream will be automatically applied.