RevealBi / Reveal.Sdk

Issue tracker - Reveal SDK https://www.revealbi.io/
https://www.revealbi.io/
3 stars 0 forks source link

[BUG]: Empty title will result in a failure to export #187

Closed narimanshariat closed 4 months ago

narimanshariat commented 5 months ago

SDK Version

1.6.4

Client Framework

React

Server Platform

Java

Operating System

Linux

Description

If a users sets the name of a visualization to blank (no characters) and saves the visualization. When they go to export the visualization it doesn't export. The error message in the exportData endpoint simply says "Something went wrong"

My assumption would be that the user should not be able to save the visual without a title.

Steps to Recreate:

  1. Create a visualization
  2. Edit the title and clear all characters
  3. Save visualization
  4. Click to export specific visualization
gkaveckis commented 5 months ago

Hi

Thanks for reporting it.

We created an internal issue to track it AB#28399

Any update will be published here.

Regards.

brianlagunas commented 5 months ago

I just wanted to mention, if your goal is to not show a title for the visualization, there is a property in the settings that allows you to hide it.

image

narimanshariat commented 5 months ago

Thank you for sharing. I have used that option to remove the title and it works great. I think some users might miss it and try to delete the title instead. raising the issue to avoid support from our users.