Hello,
I’ve the following situation involving a rebase configuration:
Created a new context for company address page where I did some changes (removed tabs, fields etc) and most importantly, to one of the page’s selectors:


Then I’ve created a new command through code customization and added it in the selector:

After the deploy, the command appears without problems in global context:

But for my context_test, the command doesn’t appear because the selector was modified through the page designer and a warning appears saying a rebase is needed, so far it is normal behaviour:

But when I click to rebase, the command only appears if I apply the entire selector which in the process, I lose all my modifications unless I revert them one by one:




This is the intended behaviour for selectors or there is another way to do this rebase without the need of reverting back one by one the other modifications?