zazuko / cube-creator

A tool to create RDF cubes from CSV files
GNU Affero General Public License v3.0
12 stars 2 forks source link

[URGENT] Creating a mapping to another table seems to no more work #1358

Closed FabianCretton closed 1 year ago

FabianCretton commented 1 year ago

I will give a Cube Creator class next tuesday, and thus "urgent" Sorry if it is my mistake, but I do not understand what is happening Tried on two projects:

Cube Creator Version: 1.13.2 Tried on FireFox 108.0.2 and Edge 108 See printscreen: when clicking on Create Link button, nothing happens image

If it is a bug, I do have one question: how is the application automatically "tested" when a new release is done ?

tpluscode commented 1 year ago

Sorry about that @FabianCretton. It was a simple problem of reacting to the user click on that button

We do have a Cypress test case for this. As it turned out, it did not accurately emulate user action, which is why the test still passed but the functionality was still broken

I fixed both in a PR

FabianCretton commented 1 year ago

Thank you @tpluscode And very nice to know that tests are automatically performed.

Will the PR be released today ?

tpluscode commented 1 year ago

Yes, we can release any time now