Skip to content

4.0.20

Latest

Choose a tag to compare

@HiguchiKiyoshi HiguchiKiyoshi released this 28 May 09:07
· 9 commits to master since this release

モジュールは以下からダウンロード可能です。

https://iplass.org/downloads/

Changes

変更点、詳細は以下のリンクを参照ください。

v4.0.20の変更点一覧

Changes in Enterprise Edition

以下はEnterprise Editionの変更点です。

  • GEM: 保存リスト一覧からの直接ファイルダウンロードで何も起きない [bug]
  • MDC: TopViewのSearchResult Listにて、column infoを設定するとカードでの表示が崩れる [bug]
  • AdminConsole:ラベルが表示されない箇所が複数存在する [bug]
  • MDC: 依存ライブラリのアップデート(axios: 1.15.0 -> 1.16.1) [dependency update]
  • Workflow: ユーザタスク一覧の各種Action/WebAPIをカスタマイズできるようにする [enhancement]
  • GEM:ワークフロー履歴セクションからタスク詳細ダイアログ表示時にタスクを処理したユーザのみ表示されてる場合に全員未回答だとタスクOIDが取得できずにエラーになる [bug]
  • MDC: SearchResultList がレスポンシブ対応されていない [bug]
  • MDC:Aggregation(集計)のローデータ表示時に、設定されたフィルタ条件による絞り込みが行われていない [bug]
  • MDC:SelectタイプのReference項目、表示項目が入力しない場合、画面表示不正 [bug]
  • MDC: 汎用検索(EntityListing)機能の提供 [enhancement]
  • MDC: 一括更新画面のView名を指定してもDefaultのBulkViewが表示される [bug]
  • MDC: Reference型Propertyの表示タイプ SELECT の選択値を画面上で絞り込めるようにする [enhancement]
  • MDC: fiexedTenantを設定した場合、MDCが正常に動作しない [bug][compatibility notes]

    MDC の静的コンテンツの配置パスを /mdc/ から /static/mdc/ に変更しました。
    以下に該当する場合は対応が必要です。

    • オリジナルコンポーネントを使用している場合
      iplass-ee-skeleton の最新版(4.0.20以降)を取り込んだ後、npm run build で再ビルドしてください。
      src/main/webapp/static/mdc/ 配下に成果物が出力されます。
      なお、旧パス src/main/webapp/mdc/ 配下に残っているファイルは不要なので削除してください。

    • MDC の resource.jsp / resourceJs.jsp を上書きしている場合
      JSP 内の ${staticContentPath}/mdc/... 参照を ${staticContentPath}/static/mdc/... に変更してください

(English)
The module can be downloaded from the following links.

https://iplass.org/en/downloads/

Changes

For the details of the changes, please refer to the following links.

v4.0.20 Change Log
Note: For English descriptions, please refer to the comments from corresponding issues.

Changes in Enterprise Edition

The solved issues of Enterprise Edition are listed below.

  • GEM: Nothing happens when downloading files directly from the saved list [bug]
  • MDC: When setting column info in the TopView's SearchResult List, the card display breaks [bug]
  • AdminConsole: There are multiple places where labels are not displayed [bug]
  • MDC: Dependency library update (axios: 1.15.0 -> 1.16.1) [dependency update]
  • Workflow: Allows customization of various Actions/WebAPIs in the user task list [enhancement]
  • GEM: When displaying the task details dialog from the workflow history section, if only users who have processed the task are displayed, and all users have not responded, the task OID cannot be obtained and an error occurs [bug]
  • MDC: SearchResultList is not responsive [bug]
  • MDC: When displaying raw data in Aggregation, filtering by the set filter conditions is not performed [bug]
  • MDC: When displaying Reference fields of Select type, the screen display is incorrect if the display fields are not entered [bug]
  • MDC: Provides a general-purpose search (EntityListing) function [enhancement]
  • MDC: Default BulkView is displayed even when a View name is specified on the bulk update screen [bug]
  • MDC: Allows filtering of the selected value of Reference type Property display type SELECT on the screen [enhancement]
  • MDC: MDC does not function correctly when fixedTenant is set [bug][compatibility notes]

    Changed the location path of MDC's static content from /mdc/ to /static/mdc/.
    Action is required if any of the following apply.

    • If you are using the original component
      After incorporating the latest version of iplass-ee-skeleton (4.0.20 or later), rebuild with npm run build.
      The artifacts will be output under src/main/webapp/static/mdc/ .
      Note that any files remaining under the old path src/main/webapp/mdc/ are unnecessary, so please delete them.
    • If you have overwritten resource.jsp / resourceJs.jsp of MDC
      Change the reference ${staticContentPath}/mdc/... in your JSP to ${staticContentPath}/static/mdc/...