forcedotcom / devops-center-feedback

61 stars 2 forks source link

Tab visibility updates to profiles not pushed to git #132

Open MarkH-DT opened 2 years ago

MarkH-DT commented 2 years ago

Describe the bug When changing the tab visibility setting within a profile, the changes are registered, but when you attempt to add the profile to a commit, the metadata within the commit doesn't include the tabvisibility setting.

To Reproduce

  1. Create a work item
  2. Within the connected dev sandbox, change a custom profile, by updating tab visibility settings for a tab, under the tab settings section.
  3. Pull changes into devops center
  4. The profile registers as changed - attempt to add to a commit.
  5. However, commit can't be created as the profile metadata doesn't contain the tabvisibility settings and no change is detected

Expected behavior Changes to tab visibility should be included in the commit

image image

uip-robot-zz commented 2 years ago

This issue has been linked to a new work item: W-10825568

ssetayeshfar commented 2 years ago

Hi @MarkH-DT , thanks for letting us know about this issue. We are working on re-producing it and will prioritize to fix it in the upcoming releases.

andresrivas-sf commented 2 years ago

Hi @MarkH-DT,

It's this issue described here, at the bottom: https://salesforce.stackexchange.com/questions/2102/how-to-get-tab-visibilities-for-standard-tab

Basically: if you want tab visibility stuff in your profile metadata when you retrieve it, you also have to ask to retrieve the corresponding custom object.

Unfortunately it is not a DevOps-Center bug that we can solve, however, it is something we will look at addressing in the future.