Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cipp",
"version": "10.8.2",
"version": "10.8.3",
"author": "CIPP Contributors",
"homepage": "https://cipp.app/",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions public/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "10.8.2"
}
"version": "10.8.3"
}
12 changes: 6 additions & 6 deletions src/components/CippBaselines/CippBaselineStandardItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -350,14 +350,14 @@ export const CippBaselineStandardItem = ({
</Grid>
</Grid>

{standard.prepare ? (
{standard.prepare || standard.package ? (
// Template-backed standards (CA/Intune): the real expected value is the FULL
// selected template, normalized by the engine at run time - a rendered
// preview here would show only the template reference and mislead.
// selected template (or every template in the package), resolved by the
// engine at run time - a rendered preview here would mislead.
<Typography variant="caption" color="text.secondary">
The expected configuration is the full selected template - use the
preview button on the template picker to inspect it. The engine
compares every setting in it against the tenant on each run.
{standard.package
? 'This deploys and drift-checks every template tagged with the selected package. Membership is resolved fresh on every run: tagging a template with this package adds it to the baseline automatically, untagging removes it. All templates in the package share the options configured above.'
: 'The expected configuration is the full selected template - use the preview button on the template picker to inspect it. The engine compares every setting in it against the tenant on each run.'}
</Typography>
) : (
<>
Expand Down
252 changes: 0 additions & 252 deletions src/components/CippComponents/CIPPDeviceCodeButton.js

This file was deleted.

Loading
Loading