Skip to content

Commit

Permalink
Fix #6558: flat view not to include drafts
Browse files Browse the repository at this point in the history
  • Loading branch information
avernet committed Oct 25, 2024
1 parent 041f6bf commit 345fd22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ object Provider extends Enum[Provider] {
| WHERE $tableAlias.app = '${escapeSQL(appForm.app)}'
| AND $tableAlias.form = '${escapeSQL(appForm.form)}'
| AND $tableAlias.form_version = $version
| AND $tableAlias.draft = 'N'
|""".stripMargin
}

Expand Down

0 comments on commit 345fd22

Please sign in to comment.