Unexpected "Copied_from_block" field in Advanced Settings
Description:
I noticed that a new Copied_from_block field has appeared in Advanced Settings.
However, having investigated this field, I still could not find an explanation for why it was needed here. At the moment it looks confusing.
Perhaps when adding this functionality, they simply forgot to include copied_from_block in FIELDS_EXCLUDE_LIST.
Suggestion:
Add copy_from_block to the FIELDS_EXCLUDE_LIST and then this field will not be shown in Advanced Settings.
@DmytroAlipov I am interested in working on this ticket, if you haven't already started working on it.
Hi @qasimgulzar You can safely take on this task 👍
I have investigated and it seems like an internal field, it is safe to put in FIELDS_EXCLUDE_LIST list. I am opening a new PR for this
Here I have created a PR