microsoft / AL

Home of the Dynamics 365 Business Central AL Language extension for Visual Studio Code. Used to track issues regarding the latest version of the AL compiler and developer tools available in the Visual Studio Code Marketplace or as part of the AL Developer Preview builds for Dynamics 365 Business Central.
MIT License
747 stars 245 forks source link

Tooltips on tableextension are not translated #7778

Open sybrenwille opened 5 months ago

sybrenwille commented 5 months ago

1. Describe the bug Tooltips on tableextension are not translated

2. To Reproduce

Note: if you do the same with a tooltip on page level it still works as expected

3. Expected behavior The tooltip should be in the translation specified in the XLIFF File.

4. Actual behavior The tooltip remains always in English

5. Versions:

Internal work item: AB#548298

guidorobben commented 4 months ago

We have the same issue! Any news on this? Now we still have to add the tooltip on the page.

guidorobben commented 4 months ago

Factboxes have the same issue

guidorobben commented 2 months ago

Any news on this? This shouldnt be that hard to fix?

thloke commented 2 months ago

Sorry for the lack of update on this. Is the tableextension and table in the same app? If so, this is an issue that we've just got a fix for.

We'll be backporting the fix to BC24 and BC25 to address this issue. Since it's a server-side fix, it won't be dependent on a new version of the compiler. I'll close this issue once the hotfix of BC24 is rolled out.

If the table and tableextension are not in the same app, then this is likely a different issue. Let us know if this is the case, since it would need to be looked into.

sybrenwille commented 2 months ago

The table and table extension are not in the same table.

Create a Table extension on the Purchase Line for instance and put the Tooltip on the table field. When you now use this new field on a page extension of the Purchase Order it always remains English and doesn't use the translated xliff value

guidorobben commented 2 months ago

Indeed, the table and table extension are not in the same App.

guidorobben commented 2 months ago

So we are getting close to 25. Will this be fixed in 25.0?

sybrenwille commented 1 month ago

So we are getting close to 25. Will this be fixed in 25.0?

Tested this in BC25.0 still not working in there.

When can we expect a fix for this? Since the introduction of this functionality in BC24 it's not working.

guidorobben commented 1 month ago

Ok, so this will not be fixed in 25.0. Will this be on the roadmap for 25.1?

salgiza commented 1 month ago

@thloke Could you please give us any feedback on this? It's a bit frustrating that, 6 months later, we can't fully migrate our apps to use tooltips on tables because of this bug.

thloke commented 1 month ago

All I can say is that the bug is in our backlog of bugs, it's just a long backlog at the moment. :(

I'll bump its priority at least so this gets picked up before the other github bugs. Sorry for how long it's taken to get to this bug.

guidorobben commented 2 weeks ago

Any more news on this?

KoenLagerwaard commented 1 day ago

When will this issue be fixed? Everytime I create a pageextension I now have to make sure that I also add the ToolTip there as otherwise it wont be translated.