Skip to content

[Bug]: FS130 Persistently Dangerous School Value is incorrect #934

@ghiszczynskyj

Description

@ghiszczynskyj

File Specification Number and Name

130 - ESEA Status

What Happened?

Creating the submission file the value for persistently dangerous schools has (status) - (status) instead of just displaying the status.

This issue is corrected by changing around the line 689 of the RDS.Create_OrganizationReportData by either deleting or commenting out the offending code.

, CASE schStatus.PersistentlyDangerousStatusCode
WHEN 'MISSING' THEN 'MISSING'
ELSE UPPER(schStatus.PersistentlyDangerousStatusDescription)
--+ ' - ' + schStatus.PersistentlyDangerousStatusCode
END

Steps to Reproduce

No response

Version

12.4

Logs or Error Output

Priority

Medium

Code of Conduct

  • I agree to follow the Code of Conduct.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions