You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/04/01 12:41:09 UTC

[isis] branch 2877_value.comps updated (a8eacb2 -> 578b74f)

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a change to branch 2877_value.comps
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from a8eacb2  ISIS-2877: revert prev. commit - instead add new choices mixin for optional property
     add 578b74f  ISIS-2877: working on Blob?Clob panel fixes

No new revisions were added by this update.

Summary of changes:
 .../components/scalars/ScalarFragmentFactory.java  |   2 +
 .../scalars/ScalarPanelFormFieldAbstract.html      |   7 +-
 .../blobclob/IsisBlobOrClobPanelAbstract.java      | 231 ++++++++++-----------
 ...ract.html => _IsisBlobOrClobPanelAbstract.html} |   3 +-
 .../ui/components/scalars/bool/BooleanPanel.java   |  15 +-
 .../scalars/reference/ReferencePanel.java          |   7 +-
 .../scalars/reference/_ReferencePanel.html         |  97 ---------
 .../valuechoices/_ValueChoicesSelect2Panel.html    |  80 -------
 .../org/apache/isis/viewer/wicket/ui/util/Wkt.java |  14 ++
 9 files changed, 147 insertions(+), 309 deletions(-)
 rename viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/blobclob/{IsisBlobOrClobPanelAbstract.html => _IsisBlobOrClobPanelAbstract.html} (96%)
 delete mode 100644 viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/reference/_ReferencePanel.html
 delete mode 100644 viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/valuechoices/_ValueChoicesSelect2Panel.html