Skip to content

GitHub Issue 1307: Simplify container filtering in GetTransactionRowIdsAction#7841

Open
labkey-jeckels wants to merge 1 commit into
release26.7-SNAPSHOTfrom
26.7_fb_1307
Open

GitHub Issue 1307: Simplify container filtering in GetTransactionRowIdsAction#7841
labkey-jeckels wants to merge 1 commit into
release26.7-SNAPSHOTfrom
26.7_fb_1307

Conversation

@labkey-jeckels

Copy link
Copy Markdown
Contributor

Rationale

We no longer support cross-folder imports, so no need to look beyond the current container

Related Pull Requests

Changes

@labkey-jeckels labkey-jeckels added this to the 26.07 milestone Jul 14, 2026
@labkey-jeckels labkey-jeckels self-assigned this Jul 14, 2026

@labkey-susanh labkey-susanh left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also remove the use of container filter from the client side.

It doesn't have to be done for 26.7, though, and I've added a TODO note for myself for the next time I've made a branch in ui-components.

AuditLogImpl.TransactionRowIds results;
User elevatedUser = ElevatedUser.ensureCanSeeAuditLogRole(getContainer(), getUser());
ContainerFilter cf = ContainerFilter.getContainerFilterByName(form.getContainerFilter(), getContainer(), elevatedUser);
// Issue 1307: scope strictly to the current container. 26.7 removed cross-type file imports, a transaction's rows live in the same

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment is incorrect. This should be "removed cross-folder imports". We still support cross-type imports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants