Reviewed & tested by the community
Project:
Translation Access
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2014 at 09:20 UTC
Updated:
9 Jun 2017 at 21:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tobiasbComment #2
tobiasbComment #3
simon georges commentedShould this patch apply on 7.x-1.x-dev version ?
Drush make is reporting that it cannot patch. Did you previously apply other patchs?
Comment #4
tobiasbYes this is for the latest 7.x-1.x branch.
Comment #5
simon georges commentedNever mind, I don't know why drush make is complying, a "git apply" of your patch on the -dev branch works perfectly.
Comment #6
jamesquinton commentedHi,
I'm hoping to use this module on a D7 project. Language neutral is shown in the language select list on the add node form. This is also causing the tests to fail.
Inspired by https://www.drupal.org/node/1734568, attached patch moves the unset language from i18n_access_form_node_form_alter to #after_build.
Comment #7
danepowell commentedThis is a huge patch that rolls up a ton of other issues (more even than listed in the ticket description). Can we please get it committed before folks open duplicate issues and it gets even bigger?
Comment #8
danepowell commentedComment #9
SirPali commentedIf anyone could pick this issue up that would be great. This module seems to do exactly what I'm looking for a for a project, but is unusable in it's current state. It looks like this patch would fix these issues but trying to apply the patch (using TortoiseGit, might be the culprit) returns a "Fatal: Corrupt patch on line 605" error.
Comment #10
darren ohThe patch can only be applied to the code cloned with Git. The Drupal packaging script adds some lines that prevent the patch from applying to the packaged release.