Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Feature/plat 103 update contrib modules #110

Merged
merged 3 commits into from
Mar 22, 2016

Conversation

bimsonz
Copy link
Contributor

@bimsonz bimsonz commented Mar 22, 2016

Fixes https://jira.comicrelief.com/browse/PLAT-103

Changes proposed in this pull request

  • Update contrib modules...

@bimsonz
Copy link
Contributor Author

bimsonz commented Mar 22, 2016

Sorry for auto merge but i need the updates now and dont want to do it twice :)

bimsonz added a commit that referenced this pull request Mar 22, 2016
…rib_modules

Feature/plat 103 update contrib modules
@bimsonz bimsonz merged commit c8343e6 into develop Mar 22, 2016
@bimsonz bimsonz deleted the feature/PLAT-103_update_contrib_modules branch March 22, 2016 19:23
->setFormClass('default_content_export', 'Drupal\default_content\ExportEntityForm');
$entity_types[$entity_type_id]
->setLinkTemplate('export-form', "/$entity_type_id/{{$entity_type_id}}/export");
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bimsonz I git bisect'd in order to find the problem we had with phing login and it shows me that this commit introduced this bug - we'd need to research whether we need to use this version of default_content or better revert to the previous version that does not have this problem.

I assume you just did phing make right?

PS this shows the need of us specifying the commit id in the makefile

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In my Paragraphs PR the following was brought in

# Information added by drush on 2016-03-12
version: '8.x-1.0-alpha2+22-dev'

via

revision: ae81658

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The newest dev version breaks the node edit interface so rolled back to 22, i think previously we were on 20, maybe we should revert to there

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bimsonz yes let;s bring back 20 if possible, and fix this in the makefile using the commit id.

To test if all works after rollback, do phing build, then phing login, and then clikc the link. It should not give a fatal error

@pvhee pvhee mentioned this pull request Jan 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants