๐Ÿ‡ฎ๐Ÿ‡ณIndia @rifas-ali-pbi

Kerala
Account created on 20 February 2018, over 6 years ago
#

Merge Requests

Recent comments

๐Ÿ‡ฎ๐Ÿ‡ณIndia rifas-ali-pbi Kerala

@kanchan-bhogade better do not assign task to yourself and status will be changed to RTBC by reporter or maintainer after verifying the screenshot. https://www.drupal.org/association/blog/a-drupal-contribution-guide-gues... โ†’

Thanks.

๐Ÿ‡ฎ๐Ÿ‡ณIndia rifas-ali-pbi Kerala

@smustgrave Yes you are right.

๐Ÿ‡ฎ๐Ÿ‡ณIndia rifas-ali-pbi Kerala

Isn't this a duplicate issue?

https://www.drupal.org/project/drupal/issues/3410493 ๐Ÿ“Œ Remove @nest from Claro's details stylesheet RTBC

๐Ÿ‡ฎ๐Ÿ‡ณIndia rifas-ali-pbi Kerala

This is having layout issue too. Save button and preview button is not aligned each other. Attaching screenshot for the issue.

๐Ÿ‡ฎ๐Ÿ‡ณIndia rifas-ali-pbi Kerala

rifas-ali-pbi โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡ฎ๐Ÿ‡ณIndia rifas-ali-pbi Kerala

Hi its actually quite easy to understand. The idea is to first give a GET request. Then you will get the JSON data. Same structure is used to send the POST data too.

Body of your desired fields will look like following, I have added geolocation field, link field and an example body.

{
    "data": {
        "type": "node--article",
        "attributes": {
            "title": "Rifas test post from postman POST",
            "body": {
                "value": "<p>description</p>\r\n"
            },
            "field_location": {
                "lat": 90,
                "lng": 40
            },
            "field_link": {
                "uri": "https://www.google.com/",
                "title": "Link Test here",
                "options": []
            }
        }
    }
}
๐Ÿ‡ฎ๐Ÿ‡ณIndia rifas-ali-pbi Kerala

I have reviewed the patch and its working fine.

๐Ÿ‡ฎ๐Ÿ‡ณIndia rifas-ali-pbi Kerala

rifas-ali-pbi โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡ฎ๐Ÿ‡ณIndia rifas-ali-pbi Kerala

rifas-ali-pbi โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡ฎ๐Ÿ‡ณIndia rifas-ali-pbi Kerala

rifas-ali-pbi โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡ฎ๐Ÿ‡ณIndia rifas-ali-pbi Kerala

I have applied the patch, please review.

Production build 0.69.0 2024