You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by avikganguly01 <gi...@git.apache.org> on 2017/10/10 18:13:39 UTC

[GitHub] fineract pull request #116: Adding multiple selection option for reportparam...

Github user avikganguly01 commented on a diff in the pull request:

    https://github.com/apache/fineract/pull/116#discussion_r143809975
  
    --- Diff: fineract-provider/src/main/resources/sql/migrations/core_db/V310__multiselect_for_reportparameters.sql ---
    @@ -0,0 +1,10 @@
    +UPDATE `report`.`stretchy_parameter` SET `parameter_sql`='(select lo.id, lo.display_name as `Name` 
    --- End diff --
    
    @jinjurajan : Can you explain this query and share a link to the JIRA ticket so that we can pull this in?


---