Skip to content

Commit

Permalink
#4669 Make user dependency list document column resizable
Browse files Browse the repository at this point in the history
  • Loading branch information
stroomdev66 committed Jan 22, 2025
1 parent 1b3e00a commit a651c14
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ private void setupColumns() {
cellBuilder)
.withSorting(FindUserDependenciesCriteria.FIELD_DOC_NAME)
.build();
dataGrid.addColumn(
dataGrid.addResizableColumn(
docNameCol,
DataGridUtil.headingBuilder("Document Name")
.withToolTip("The document that depends on this user.")
Expand Down
24 changes: 24 additions & 0 deletions unreleased_changes/20250122_160345_426__4669.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
* Issue **#4669** : Make user dependency list document column resizable.


```sh
# ********************************************************************************
# Issue title: User Profile -> Dependencies columns are not re-sizeable
# Issue link: https://github.com/gchq/stroom/issues/4669
# ********************************************************************************

# ONLY the top line will be included as a change entry in the CHANGELOG.
# The entry should be in GitHub flavour markdown and should be written on a SINGLE
# line with no hard breaks. You can have multiple change files for a single GitHub issue.
# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than
# 'Fixed nasty bug'.
#
# Examples of acceptable entries are:
#
#
# * Issue **123** : Fix bug with an associated GitHub issue in this repository
#
# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository
#
# * Fix bug with no associated GitHub issue.
```

0 comments on commit a651c14

Please sign in to comment.