Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: GetTableUrl in TableInformation Cache Impl. is wrong for Table with DataPerCompany=false (e.g. Tenant Media) #2262

Closed
1 task done
pri-kise opened this issue Oct 27, 2024 · 1 comment · Fixed by #2303
Labels
Approved The issue is approved Integration GitHub request for Integration area

Comments

@pri-kise
Copy link
Contributor

Describe the issue

The Company Name of cross company tables is populated with the string (Cross-Company Data).
The problems is that the procedure GetTableUrl uses this placeholder string as company name.

Expected behavior

The url should be constructed with the current company instead of the (Cross-Company Data) string.

Steps to reproduce

Open the TableInformation Page and click on the a table that isn't company specific e.g. Tenant Media.

Additional context

No response

I will provide a fix for a bug

  • I will provide a fix for a bug
@pri-kise pri-kise added the Bug Something isn't working label Oct 27, 2024
@JesperSchulz
Copy link
Contributor

Sounds fair. Approved.

@JesperSchulz JesperSchulz added Approved The issue is approved Integration GitHub request for Integration area labels Oct 28, 2024
@aholstrup1 aholstrup1 removed the Bug Something isn't working label Nov 27, 2024
JesperSchulz added a commit that referenced this issue Dec 10, 2024
#### Summary 
Fix GetTableUrl for Tables with `DataPerCompany=false`

#### Work Item(s)
Fixes #2262


Fixes
[AB#557526](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/557526)

---------

Co-authored-by: Jesper Schulz-Wedde <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved The issue is approved Integration GitHub request for Integration area
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants