fulcrumapp / fulcrum-expressions

Fulcrum expressions engine
http://developer.fulcrumapp.com/expressions/intro/
5 stars 0 forks source link

Fix issue 3078 #35

Closed Jirles closed 4 years ago

Jirles commented 6 years ago

Issue #3078 Addressed issue 3078 in fulcrum repo where SETCHOICEFILTER( ) returns duplicate values when an array containing duplicate or similar filters are passed in.

Fix Added .uniq( ) function call to SETCHOICEFILTER( ) to remove duplicates. Also added a test to test.coffee file.

JasonSanford commented 4 years ago

3078 has been marked fixed. Closing this.