Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with mandatory project properties not synced to created projects #215

Closed
Remi749 opened this issue Feb 5, 2020 · 0 comments · Fixed by #219
Closed

Issue with mandatory project properties not synced to created projects #215

Remi749 opened this issue Feb 5, 2020 · 0 comments · Fixed by #219
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Remi749
Copy link
Collaborator

Remi749 commented Feb 5, 2020

Describe the bug
There is a bug when setting project properties on the hubsite to mandatory, setting these to mandatory does not reflect the projects properties after creation.

The project properties are set to mandatory through the contenttype "Prosjekt" through the sites settings.

Then when a project is created the only property that is mandatory is the Title property which is seen in the list: "/Lists/Prosjektegenskaper/AllItems.aspx"

About your setup

  • Browser: Chrome
  • Installed version: 1.1.1
@Remi749 Remi749 added the bug Something isn't working label Feb 5, 2020
@olemp olemp self-assigned this Feb 11, 2020
@olemp olemp added this to the Version 1.2 milestone Feb 11, 2020
@olemp olemp mentioned this issue Feb 11, 2020
@olemp olemp linked a pull request Feb 11, 2020 that will close this issue
olemp added a commit that referenced this issue Feb 11, 2020
@olemp olemp closed this as completed Feb 11, 2020
olemp added a commit that referenced this issue Feb 11, 2020
olemp added a commit that referenced this issue Feb 21, 2020
* Issue 201 (#202)

* Added text fields GtProjectPhaseText, GtProjectServiceAreaText and GtProjectTypeText

* Updated DisplayName for GtProjectServiceAreaText

* Removed culture validation in provisioning

* In syncPropertyItemToHub taxonomy field values is synced to a custom text field

* Fixed syntax error in view query

* More syntax fix (ProjectPhases)

* Removed unneccessary namespace xmlns:pnp

* Updated Standardmal

* In SetTaxonomyFields sets term set ids based on Parameters in template with fallback to properties values

* Using text field for GtManagedProperty for GtProjectServiceArea, GtProjectType and GtProjectPhase

* Changed reload timeout to 3000ms in _onChangePhase

* Updated GtManagedProperty for fields GtProjectType/GtProjectServiceArea with suffix Text

* Fixed sync of property item to support inherited content types #201

* Fixed header columns placement #207

* #190 (#209)

* Git ignoring Install/SiteScripts

* Fixed project template 'Standardmal' #212

* ProjectList web part now supports project types with different phase term sets #201

* Sync fix #201

* Fixed sync error in syncPropertyItemToHub #201

* Fixed sync error in syncPropertyItemToHub #201

* Reverted config.json after accidently commiting an invalid edit #201

* Reverted manifest files #201

* #139 (#213)

* Added some padding to bottom

* Initial callout for showing details about the allocation/absence (dummy text)

* Added fields GtAllocationComment and GtAllocationStatus

* Including GtAllocationStatusOWSCHCS and GtAllocationCommentOWSMTXT in search

* Updated DetailsCallout

* Updated DisplayName for GtAllocationStatus/GtAllocationComment

* Fixed typo in DetailsCallout #139

* Updated content in DetailsCallout #139

* Moving planner configuration to 'Listeinnhold' (#216)

* List Planneroppgaver

* Updated list Listeinnhold

* Added content type Planneroppgave with fields

* Added link to Konfigurasjon

* Removed copyPlannerTasks from IProjectSetupSettings

* Added get type (returns ListContentConfigType.Planner or .List) to ListContentConfig

* Made all members optional in IListProperties

* PlannerConfiguration removed from tasks

* Content type Planneroppgaver

* Updated template

* Removed planId property from template

* Support for planner configuration from SP list(s)

* Removed Planneroppgaver from Konfigurasjonsfiler

* Set Description for field GtChecklist

* #217 (#218)

* Added field ListContentConfigLookup to Prosjektmaler

* ListContentConfigLookup changed to LookupMulti

* TemplateSelectDialog updates

* Updated resources

* Updated models

* Updated CHANGELOG #190 #201

* #215 (#219)

* Updated CHANGELOG #215

* Fixed an issue where field ListContentConfigLookup wasn't added to "Prosjektmaler" #217

* Enabling versioning for local properties list (#222)

* PortfolioInsights no longer dependent on NewFormUrl from chart content types (#223)

* Support for role-only for resource allocation (#224)

* Field TemplateParameters hidden from Prosjektegenskaper list

* Support for cascade import of planner tasks (#230)

* Updated CHANGELOG #228

* Added field "Skjult" (GtLccHidden) to Lists/Listeinnhold and updated ProjectSetup extension (#231)

* Updated CHANGELOG #227

* Updated .vscode for settings ProjectWebParts

* Setting Prosjektmaler\Standardmal.txt as default

* Added field Standardmal (IsDefaultTemplate) to library/list Prosjektmaler

* Removed versioning from Prosjektmaler

* Disabled TemplateSelector dropdown if there's only 1 template selected

* Added IconName field to Prosjektmaler

* Updated default IconName for Prosjektmaler\Standardmal.txt

* Added icon and subText to template dropdown options

* Updated ProjectTemplate

* Changed view used in _fetchData to retrieve templates and extensions

* Find the first template that is set to default or the first template retrieved

* templateParametersFieldXml set to optional in IPortalDataServiceConfiguration

* Updated default view for Prosjektmaler

* Updated CHANGELOG #233

* Removed unused import from ProjectStatus (ProjectWebParts)

* PortfolioWebParts/LatestProject: Added properties to property pane, and showing time for created date

* Add 'Gevinsteier' to 'Gevinstrealisering' (#226)

* Added site field GtGainsOwner

* Updated template Stqandardmal

* Added GtGainsOwner to views

* Added GtGainsOwner to select properties of BenefitsOverviewDefaultProps

* Adding consts for content type ids in BenefitsOverview

* Added resource BenefitOwnerLabel

* Added column benefit.owner to BenefitsOverviewColumns

* Added GtGainsOwner to IBenefitsSearchResult

* Added owner member to Benefit model/class

* Searchconfig: Add 'Gevinsteier' to 'Gevinstrealisering' #226

Co-authored-by: Tarjei E. Ormestøyl <[email protected]>

* Updated CHANGELOG for 1.2.0 release

* Update README with version number (1.2.0)

* Updated PortfolioWebParts to 1.2.0

* Fixed a merged error in PortfolioInsights

* Updated ProjectExtensions to 1.2.0

* Improved UI for summary view phase change modal #235

* Updated ProjectWebParts to 1.2.0

* Fixed height of commentField #235

* Updated Version property for Standardmal.txt to 1.2.0

* Ability to force sync of properties using URL hash #241

* Support for description for list content configurations (#240)

Co-authored-by: Tarjei E. Ormestøyl <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Tarjei E. Ormestøyl <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants