fix select2 and dropdown width for quick-entry form (#3188)

This commit is contained in:
Kevin Papst
2022-03-07 14:22:16 +01:00
committed by GitHub
parent b08c156552
commit 317ac59f47
10 changed files with 38 additions and 13 deletions

View File

@@ -17,11 +17,11 @@ class Constants
/**
* The current release version
*/
public const VERSION = '1.18.1';
public const VERSION = '1.18.2';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 11801;
public const VERSION_ID = 11802;
/**
* The current release status, either "stable" or "dev"
*/