Skip to content

Commit acff67d

Browse files
authored
Added invalidateTag on creation (#3332)
* added invalidateTag on creation * Automatic frontend build --------- Co-authored-by: Corepex <16717695+Corepex@users.noreply.github.com>
1 parent 6999258 commit acff67d

File tree

747 files changed

+29993
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

747 files changed

+29993
-1
lines changed

assets/js/src/core/modules/data-object/unit-slice-enhanced.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const api = baseApi.enhanceEndpoints({
2828
},
2929

3030
unitQuantityValueUnitsCreate: {
31-
invalidatesTags: () => []
31+
invalidatesTags: () => [tagNames.QUANTITY_VALUE_UNITS]
3232
},
3333

3434
unitQuantityValueList: {

public/build/4c8c3734-a2fd-4da1-ac6f-00441ce3e4ab/documentEditorIframe.html

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/4c8c3734-a2fd-4da1-ac6f-00441ce3e4ab/entrypoints.json

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/4c8c3734-a2fd-4da1-ac6f-00441ce3e4ab/exposeRemote.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/4c8c3734-a2fd-4da1-ac6f-00441ce3e4ab/main.html

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/4c8c3734-a2fd-4da1-ac6f-00441ce3e4ab/manifest.json

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/4c8c3734-a2fd-4da1-ac6f-00441ce3e4ab/mf-manifest.json

Lines changed: 43 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/4c8c3734-a2fd-4da1-ac6f-00441ce3e4ab/mf-stats.json

Lines changed: 51 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)