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.
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.
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.
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.
Please login first to submit.