How to Handle Account Alias Collision in account-settings Component Without Changing Short Code? #84
-
We're deploying the
We encountered the following error:
Context:
Questions:
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
So for the alias problem, I haven't been able to find an instance where we actually require it just yet. I'll keep investigating and see if someone else on the team knows. So this shouldn't be a problem immediately. The hiccup though is account settings are used for quotas and some other nice to haves.
Yes! Since the account settings module (what creates the account alias) is using I think you should be able to add an attribute like
This should append foo on the end.
Let me look a bit more into this, I don't see any datasources of account alias but maybe theres some references some other way.
The |
Beta Was this translation helpful? Give feedback.
So for the alias problem, I haven't been able to find an instance where we actually require it just yet. I'll keep investigating and see if someone else on the team knows. So this shouldn't be a problem immediately. The hiccup though is account settings are used for quotas and some other nice to haves.
Yes! Since the account settings module (what creates the account alias) is using
module.this.id
attributes
, a part of our null-label. The null label module is our naming convention which is how everything gets it's name built and calcu…