Jump to content
  • Template Export broken Category Names


    oh
    Assigned User morlandin
    CategoryBug report
    PriorityNormal
    ReproducibilityAlways
    ResolutionFixed
    SeverityMinor
    StatusResolved

    When exporting a Report as Report Template the selected Categories get exported with broken names, e.g. com.jaspersoft.studio.handlers.CategoriesPage$Category@2380d00f , which is a java object identifier.

     

    Therefore the New Report Wizard displays also these broken Category names instead of the real names.

     

    The solution would be to add a toString()-Method to inner Class Category in com.jaspersoft.studio\src\com\jaspersoft\studio\handlers\CategoriesPage.java:

     

    public String toString() {

    return this.name;

    }



    User Feedback

    Recommended Comments


×
×
  • Create New...