Skip to content
Snippets Groups Projects
Commit f48fcb9e authored by Claudiu Cristea's avatar Claudiu Cristea
Browse files

ISAICP-9114: Merge latest from develop.

parent dc356732
No related branches found
No related tags found
1 merge request!194Release v2.0.0
...@@ -46,7 +46,7 @@ content: ...@@ -46,7 +46,7 @@ content:
template_suggestion: '' template_suggestion: ''
weight: 1 weight: 1
region: content region: content
flag_like_node: flag_like:
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
weight: 10 weight: 10
......
...@@ -46,7 +46,7 @@ content: ...@@ -46,7 +46,7 @@ content:
template_suggestion: '' template_suggestion: ''
weight: 1 weight: 1
region: content region: content
flag_like_node: flag_like:
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
weight: 10 weight: 10
......
...@@ -46,7 +46,7 @@ content: ...@@ -46,7 +46,7 @@ content:
template_suggestion: '' template_suggestion: ''
weight: 1 weight: 1
region: content region: content
flag_like_node: flag_like:
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
weight: 10 weight: 10
......
...@@ -261,20 +261,12 @@ Feature: CKEditor5 ...@@ -261,20 +261,12 @@ Feature: CKEditor5
| email | status | | email | status |
| klim.smith@example.com | confirmed | | klim.smith@example.com | confirmed |
| raul.timon@example.com | confirmed | | raul.timon@example.com | confirmed |
And collection: And collection content:
| title | Antiruin development | | title | state | contact information |
| state | published | | Antiruin development | published | Raul Timon |
| contact information | Raul Timon | And solution content:
And solution: | title | abstract | description | state | topic | owner | solution type | collection | contact information |
| title | One exclusion advantages | | One exclusion advantages | Separating molecules by height. | Separating molecules by weight. | published | Demography, E-inclusion | Lotte | Non-binding Instrument, Data Owner | Antiruin development | Klim Smith |
| abstract | Separating molecules by height. |
| description | Separating molecules by weight. |
| state | published |
| topic | Demography, E-inclusion |
| owner | Lotte |
| solution type | Non-binding Instrument, Data Owner |
| collection | Antiruin development |
| contact information | Klim Smith |
And users: And users:
| Username | E-mail | First name | Family name | | Username | E-mail | First name | Family name |
| jmacc_local | jodine@ankh.am | John | Maccalariat | | jmacc_local | jodine@ankh.am | John | Maccalariat |
......
...@@ -4,10 +4,9 @@ Feature: ...@@ -4,10 +4,9 @@ Feature:
I need to be able to use "map" paragraphs for content. I need to be able to use "map" paragraphs for content.
Background: Background:
Given the following collection: Given collection content:
| title | Paragraphs collection | | title | state | topic |
| state | published | | Paragraphs collection | published | HR |
| topic | HR |
@javascript @javascript
Scenario: Moderator can manage map. Scenario: Moderator can manage map.
......
...@@ -245,7 +245,7 @@ Feature: When a solution is archived then its sub-content also should be archive ...@@ -245,7 +245,7 @@ Feature: When a solution is archived then its sub-content also should be archive
| Andrew Facilitator | | Andrew Facilitator |
Scenario Outline: Users must not be able to edit the sub-content of an archived solution Scenario Outline: Users must not be able to edit the sub-content of an archived solution
Given the workflow state of the "Solution" "rdf_entity" is changed to "published" Given the workflow state of the "Solution" content is changed to "published"
And I am logged in as "<User>" And I am logged in as "<User>"
When I go to the homepage of the "Solution" solution When I go to the homepage of the "Solution" solution
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment