Skip to content

Commit

Permalink
Allow ComplexViewHelper to be loaded on newer versions of core
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher authored Apr 7, 2023
1 parent abe46ab commit f72ae43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.springframework.stereotype.Component;

@Component(AttachmentsConstants.COMPONENT_COMPLEXVIEW_HELPER)
@OpenmrsProfile(openmrsPlatformVersion = "2.2.* - 2.6.*")
@OpenmrsProfile(openmrsPlatformVersion = "2.2.* - 9.*")
public class ComplexViewHelperImpl implements ComplexViewHelper {

public String getView(Obs obs, String view) {
Expand Down

0 comments on commit f72ae43

Please sign in to comment.