Skip to content

Commit

Permalink
[BISERVER-15051] hide internal variables PUC side (pentaho#9653)
Browse files Browse the repository at this point in the history
  • Loading branch information
srallapa authored Oct 15, 2024
1 parent c89c89e commit 41bb99e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ private Map<String, String> getJobVars( JobMeta jobMeta, RepositoryFile file ) {
return jobVarsMap;
}

@Override
public String getHideInternalVariable(){
return System.getProperty( Const.HIDE_INTERNAL_VARIABLES, Const.HIDE_INTERNAL_VARIABLES_DEFAULT );
}

private NamedParams filterUserParameters( NamedParams params ) {

NamedParams userParams = new NamedParamsDefault();
Expand Down

0 comments on commit 41bb99e

Please sign in to comment.