Results 182 comments of Yuri Salimovskiy

@robinsowell I don't think I can give a good fix for that one. The problem is that Toggle is sending "off" value as `0` - which is not empty. If...

@krytenuk would you mind signing our Contributor License Agreement referenced above?

This might (or might not) be related to https://github.com/ExpressionEngine/ExpressionEngine/issues/1036 and https://github.com/ExpressionEngine/ExpressionEngine/issues/787

This is related to the fact that Grid field is taking `entry_id` based on `$this->row` object that is set by channel parser. So when Grid in related entry is parser,...

I believe we did not look into in since when the last comment was made. @bryannielsen perhaps you could spend couple of hours investigating this at some point

@sw-tt-jaydeepcharadva the suggested code change cannot be made, because it will break other things in the system. Are you seeing the deprecation notice just on the CP homepage? If so,...

@sw-tt-jaydeepcharadva that could be something we fixed in 7.4.4 : https://github.com/ExpressionEngine/ExpressionEngine/pull/4082 - would you mind checking?

Can you lay out the steps needed to replicate the error? Or perhaps you have specific error message or trace that shows the source of the problem

@jcogs-design this appears to be caused by broken database. The entry_id 27 was removed from exp_channel_titles but the orphan record remains in exp_relationship table. You should be able to fix...

... or you can use the fix https://github.com/ExpressionEngine/ExpressionEngine/pull/4080 although keeping your database clean of orphan records should always be a nice idea