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

Cover scenarios with ContentByQueryWebPartDefinition #535

Closed
SubPointSupport opened this issue Jun 7, 2015 · 6 comments
Closed

Cover scenarios with ContentByQueryWebPartDefinition #535

SubPointSupport opened this issue Jun 7, 2015 · 6 comments

Comments

@SubPointSupport
Copy link
Contributor

SubPointSupport commented Jun 7, 2015

Related to the following issues:
#111
#112
#113

We want to solve the case "To show the news from subsite on the parent site."
So, we need to use next scenario for Content Query Web Part:

[DONE] 1. Put CQWP on a Web Part Page
[DONE] 2. Set parameter "Show items from the following list:" to </site/portal/news/lists/Posts>
[DONE] 3. Set parameter "Show items from this list type:" to
[DONE] 5. Set parameter Sort Items by: Published
[DONE] 6. Set parameter "Limit the number of items to display" to "10"
[DONE] 7. Set Styles -Item style to "Title and Description"
[DONE] 10. Set Title of the CQWP to "Latest 10 news"
[DONE] 4. Set additional filters: "Published" [Today] and "FinishDate" [Today]
[DONE] 8. Set Title to "Title [Custom Columns];"
[DONE] 9. Set Description to "Published; Number of Likes;"

@DmitryGuzenko
Copy link

DmitryGuzenko commented Jul 28, 2016

We want to solve the case "To show the news from subsite on the parent site."
So, we need to use next scenario for Content Query Web Part:
[DONE] 1. Put CQWP on a Web Part Page
[DONE] 2. Set parameter "Show items from the following list:" to </site/portal/news/lists/Posts>
[DONE] 3. Set parameter "Show items from this list type:" to
[TODO] 4. Set additional filters: "Published" [Today] and "FinishDate" [Today]
[DONE] 5. Set parameter Sort Items by: Published
[DONE] 6. Set parameter "Limit the number of items to display" to "10"
[DONE] 7. Set Styles -Item style to "Title and Description"
[TODO] 8. Set Title to "Title [Custom Columns];"
[TODO] 9. Set Description to "Published; Number of Likes;"
[DONE] 10. Set Title of the CQWP to "Latest 10 news"

@SubPointSupport
Copy link
Contributor Author

Passed CSOM/SSOM tests for 1. Put CQWP on a Web Part Page

  • CanDeploy_ContentByQueryWebPart_AsIs_BindedToList_ByUrl
  • CanDeploy_ContentByQueryWebPart_AsIs_BindedToLibrary_ByUrl

SubPointSupport added a commit that referenced this issue Jul 30, 2016
Passed CSOM/SSOM tests for 1. Put CQWP on a Web Part Page

* CanDeploy_ContentByQueryWebPart_AsIs_BindedToList_ByUrl
* CanDeploy_ContentByQueryWebPart_AsIs_BindedToLibrary_ByUrl
SubPointSupport added a commit that referenced this issue Jul 30, 2016
+ passed the following tests for CSOM/SSOM
* CanDeploy_ContentByQueryWebPart_AsIs_With_ListTemplateType_AssetLibrary
* CanDeploy_ContentByQueryWebPart_AsIs_With_ListTemplateType_DocumentLibrary
* CanDeploy_ContentByQueryWebPart_AsIs_With_ListTemplateType_GenericList
* CanDeploy_ContentByQueryWebPart_AsIs_With_ListTemplateType_Posts
@SubPointSupport
Copy link
Contributor Author

Passed CSOM/SSOM tests for 5. Set parameter Sort Items by: Published

  • CanDeploy_ContentByQueryWebPart_AsIs_With_Sorting

SubPointSupport added a commit that referenced this issue Jul 30, 2016
+ Passed CSOM/SSOM tests for 5. Set parameter Sort Items by: Published
* CanDeploy_ContentByQueryWebPart_AsIs_With_Sorting
@SubPointSupport
Copy link
Contributor Author

Passed CSOM/SSOM tests for 3. Set parameter "Show items from this list type:" to

  • CanDeploy_ContentByQueryWebPart_AsIs_With_ListTemplateType_AssetLibrary
  • CanDeploy_ContentByQueryWebPart_AsIs_With_ListTemplateType_DocumentLibrary
  • CanDeploy_ContentByQueryWebPart_AsIs_With_ListTemplateType_GenericList
  • CanDeploy_ContentByQueryWebPart_AsIs_With_ListTemplateType_Posts

@SubPointSupport
Copy link
Contributor Author

Passed CSOM/SSOM tests for 6. Set parameter "Limit the number of items to display" to "10"

  • CanDeploy_ContentByQueryWebPart_AsIs_With_Limit

SubPointSupport added a commit that referenced this issue Jul 30, 2016
+ passed CanDeploy_ContentByQueryWebPart_AsIs_With_Limit
SubPointSupport added a commit that referenced this issue Jul 30, 2016
+ passed CanDeploy_ContentByQueryWebPart_AsIs_With_Styles
@SubPointSupport
Copy link
Contributor Author

SubPointSupport commented Jul 30, 2016

Passed CSOM/SSOM tests for 4. Set additional filters: "Published" [Today] and "FinishDate" [Today]

  • CanDeploy_ContentByQueryWebPart_AsIs_With_Filters

SubPointSupport added a commit that referenced this issue Jul 30, 2016
+ Passed CanDeploy_ContentByQueryWebPart_AsIs_With_Filters for both CSOM/SSOM
SubPointSupport added a commit that referenced this issue Jul 31, 2016
+ passed CanDeploy_ContentByQueryWebPart_AsIs_With_Mappings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants