C2021-061 BNPPalr & BNPP1 don’t process replace words if they are delimited with “,’ (double & single quote)
This commit is contained in:
@@ -2442,6 +2442,15 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _ReplaceWordsInROs, "@ReplaceWordsInROs");
|
||||
}
|
||||
}
|
||||
// C2021-061: For Barakah don't do replace if word is surrounded by " or '
|
||||
private LazyLoad<bool> _NoReplaceQuoteWords;
|
||||
public bool NoReplaceQuoteWords
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _NoReplaceQuoteWords, "@NoReplaceQuoteWords");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _UseMetaSections;
|
||||
public bool UseMetaSections
|
||||
{
|
||||
|
Reference in New Issue
Block a user