Closed (fixed)
Project:
REST UI
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Oct 2018 at 21:16 UTC
Updated:
11 Nov 2018 at 08:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
meickolRemoving drupal_set_message() from other php file and adding t() to the message parameter.
Use this patch, ignore the older one.
Comment #3
meickolComment #4
wim leersThanks for doing this!
Some nitpicks, and one problem:
Nit: s/Messenger/messenger/
The messenger service.
This needs to be deleted.
Comment #5
meickolHello @Wim Leers , sorry for point 2 and 3 I fixed them, but I dont get the point 1, what this "Nit: s/Messenger/messenger/" means ?
Comment #6
wim leersIt means:
i.e. the first letter should not be capitalized. (
s/foo/bar/is vim/regex syntax for replacing "foo" with "bar".)Comment #7
meickol@Wim Leers thanks for your feed back! all points fixed!
Comment #8
meickolComment #9
wim leersThanks! :)
Comment #10
meickol@Wim Leers should we assign this to someone to get committed ? or what ? thanks :).
Comment #11
wim leersWe just wait: @clemens.tolboom occasionally looks at this issue queue. This is of course not urgent, so I don't think it's a good idea to ping him.
Comment #13
clemens.tolboomThank!