leekelleher
031a976ac5
Bugfix: CheckboxList data structure
2024-03-19 09:14:17 +00:00
leekelleher
77cd473966
📓 Updated Authentication doc
...
Amended paths to remove the old "New" paths.
2024-03-19 09:09:01 +00:00
Niels Lyngsø
14c44872d0
Merge pull request #1440 from umbraco/feature/context-base-fixing-missing-parts
...
Improvements: forgotten improvements from old PR
2024-03-19 09:44:13 +01:00
Niels Lyngsø
f06639351b
notes for server variables and app language
2024-03-19 09:37:37 +01:00
Niels Lyngsø
9d655dba86
Merge pull request #1439 from umbraco/bugfix/cleaning-of-input-components-getters
...
rename selectedIds + Corrections for Lit warnings
2024-03-19 09:32:44 +01:00
Niels Lyngsø
7b900936c6
UmbAppLanguageContext
2024-03-19 09:11:01 +01:00
Niels Lyngsø
ef63b28cd7
UmbRouteContext
2024-03-19 09:06:26 +01:00
Niels Lyngsø
92c7ec950a
transferred forgotten improvements
2024-03-19 09:04:59 +01:00
Niels Lyngsø
7ee1ef0d66
Merge pull request #1353 from umbraco/feature/api-docs
...
Feature POC: API Docs
2024-03-19 08:46:48 +01:00
Niels Lyngsø
a69e8577d8
Merge branch 'main' into feature/api-docs
2024-03-19 08:40:55 +01:00
Niels Lyngsø
88ccf124a7
correct media-type as well
2024-03-18 22:30:16 +01:00
Niels Lyngsø
1447a91249
correct code that hides add button
2024-03-18 22:29:26 +01:00
Niels Lyngsø
263b75a747
move a few more setters
2024-03-18 22:19:11 +01:00
Niels Lyngsø
25996a407e
a few more corrections
2024-03-18 22:12:25 +01:00
Niels Lyngsø
6372fa7e52
more + remove config reactive property decorators
2024-03-18 22:05:54 +01:00
Niels Lyngsø
ff781b9063
more selection correction
2024-03-18 21:51:03 +01:00
Niels Lyngsø
358c888864
reorder getter and setter methods to match future requirement and remove Lit complains
2024-03-18 20:57:51 +01:00
Niels Lyngsø
0a30cc2e2c
remove import
2024-03-18 20:15:58 +01:00
Niels Lyngsø
78f133ccdf
remove log
2024-03-18 20:15:44 +01:00
Niels Lyngsø
60df8c0011
revert change
2024-03-18 20:12:53 +01:00
Niels Lyngsø
fb3f97839d
Merge remote-tracking branch 'origin/main' into feature/docs-opens-app-culture-variant
2024-03-18 20:04:00 +01:00
Niels Lyngsø
d8c9b16ad3
Merge pull request #1424 from umbraco/feature/create-extension-api-by-alias
...
DX: createExtensionApiByAlias one of method to create an API from extension registry
2024-03-18 18:22:07 +01:00
Mads Rasmussen
e42cdfb3f0
Merge branch 'main' into feature/docs-opens-app-culture-variant
2024-03-18 18:18:57 +01:00
Mads Rasmussen
d672f3deac
Merge branch 'main' into feature/create-extension-api-by-alias
2024-03-18 18:16:22 +01:00
Niels Lyngsø
46a91e1d32
align with the activeModalPath
2024-03-18 14:31:40 +01:00
Niels Lyngsø
8ed1e6add4
remove logs
2024-03-18 14:05:53 +01:00
Niels Lyngsø
fd9dd4d39b
fix routeable modal registration so it becomes a proper controller
2024-03-18 13:50:39 +01:00
Lee Kelleher
13c6909e36
Merge pull request #1434 from umbraco/feature/entity-actions-weight
...
add weight + icons + missing stubs for entity actions
2024-03-18 11:21:40 +00:00
Lee Kelleher
3cea5cf76f
Merge pull request #1432 from umbraco/feature/unpublish-with-references
...
Feature/unpublish with references
2024-03-18 11:04:22 +00:00
Lee Kelleher
e8f2d68a7e
Merge pull request #1437 from umbraco/chore/multiple-textstring-schema-alias-casing
...
Chore: Corrected casing of "MultipleTextString"
2024-03-18 10:57:38 +00:00
Jacob Overgaard
3ba6c1a48e
disable the unpublish button if there are no variants
2024-03-18 11:56:44 +01:00
Jacob Overgaard
5f63a1d424
show a box if there are no variants
2024-03-18 11:56:34 +01:00
Niels Lyngsø
011ce665d9
Merge pull request #1436 from umbraco/bugfix/add-property-route-fix
...
Bugfix/add property route fix
2024-03-18 11:54:15 +01:00
Jacob Overgaard
7e038d4a17
Merge remote-tracking branch 'origin/main' into feature/unpublish-with-references
2024-03-18 11:52:23 +01:00
Jacob Overgaard
4d7d222396
build entity action variants based on document variants and not languages to be able to support invariant cultures
2024-03-18 11:51:18 +01:00
leekelleher
48f06c6a9b
Corrected casing of Umbraco.MultipleTextString
...
Whilst testing the property-editors, I'd noticed that the
Multiple Textstring editor wasn't loading correctly, this is because
the schema alias on the server is `Umbraco.MultipleTextstring`
(lowercase 's') and on the client it is `Umbraco.MultipleTextString`
(uppercase 'S'). I've corrected this to align with the server.
I assume that the intent was to lowercase the 'S' on the server,
but this didn't happen before the beta release.
2024-03-18 10:36:58 +00:00
leekelleher
145260cea1
Fixed the check for _items falsey
...
as it had an empty array value.
Checking whether the array has any items instead.
Otherwise an empty table will be displayed.
2024-03-18 10:23:02 +00:00
Niels Lyngsø
5d76f91be8
Merge branch 'main' into bugfix/add-property-route-fix
2024-03-18 11:22:34 +01:00
Niels Lyngsø
8a7925bfea
simple repeat indentification
2024-03-18 11:06:37 +01:00
Niels Lyngsø
0f3a0cc615
fix getter/setter problem
2024-03-18 10:56:09 +01:00
Lee Kelleher
429322f003
Merge pull request #1433 from umbraco/feature/publish-with-descendants
...
Feature/publish with descendants
2024-03-18 09:35:25 +00:00
Jacob Overgaard
771655f52e
change notifications icon back to megaphone
2024-03-18 10:18:59 +01:00
Niels Lyngsø
a5cc9d0622
todo note
2024-03-18 09:25:36 +01:00
dependabot[bot]
0ec95d3778
Bump follow-redirects from 1.15.5 to 1.15.6
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.5 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.5...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-18 09:09:14 +01:00
Jacob Overgaard
31ba9d840b
add weight + icons + missing stubs for entity actions
2024-03-15 15:34:20 +01:00
Jacob Overgaard
0067c969aa
add correct weights on the workspace menu items
2024-03-15 15:01:37 +01:00
Jacob Overgaard
c8d5b549da
wire up the publishWithDescendant flow
2024-03-15 15:00:00 +01:00
Niels Lyngsø
7d134c717a
other fixes
2024-03-15 14:53:37 +01:00
Jacob Overgaard
0326fcb9e9
add workspace action for 'publish with descendants'
2024-03-15 14:46:06 +01:00
Jacob Overgaard
66700fe490
add 'publish with descendants' modal
2024-03-15 14:42:33 +01:00