RibbonBar Extension bug

Answered
0
0

Hi,

since the last update, the ribbonBar extension have a bug with the RibbonBarItems.

The items are not visible any more inside the RibbonBarGroups

Thanks

Orel.

  • You must to post comments
Best Answer
0
0

In the RibbonBar project change

include: [wisej.mixin.MWisejComponent],

to

include: [wisej.mixin.MWisejControl],

in

wisej.web.ribbonBar.Item.js

Wisej previously was not checking if the control being added actually included the MWisejControl mixin. Now it does.

 

 

  • Eric Mathay
    Hi Luca, I had the same problem, and your solution fixed it easily, but shouldn’t it also be fixed on the Extension download Page ? The proposed Ribbonbar Extension download is still labeled “Feb 14, 2018 – 10:20 am”. Regards.
  • You must to post comments
0
0

Hi Eric,

You are right, a lot of people don’t know about the GitHub repositories. We mention it on blogs and replies on this forum. I think we should make a specific blog just about it.

Besides Wisej-Extensions repository, there is also a Wisej-Examples repository. The later includes examples not found on https://wisej.com/examples/ As you can imagine, publishing on GitHub is a very “agile” experience, and that makes a lot easier to add enhancements or fix the example projects.

  • You must to post comments
0
0

Hi Eric,

We will fix the download. Meanwhile you can access the souce code at GitHub Wisej-Extensions repository.

[Edit]

The download date is indeed Feb 14, 2018 – 10:20 am but the code is correct as the above fix is already there.

  • Eric Mathay
    Hello Tiago, So if I understand you correctly, you maintain the GitHub environment, but then to avoid this situation, I think you should have an automatic way to align the Extension download page with the GitHub version, or send the people to Github from the Extension Page (a lot of people even don’t know about the GitHub Environment). Relying on a manual copy will fail at some point. Nothing dramatic but not ideal. Thanks for clarifying.
  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.