Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
sujata
/
iba_backend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit f56da2de
authored
2025-10-18 12:28:04 +0530
by
sujata
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
chnage in event tag
1 parent
a7e91666
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
src/api/event-category/content-types/event-category/schema.json
src/api/event/content-types/event/schema.json
types/generated/contentTypes.d.ts
src/api/event-category/content-types/event-category/schema.json
View file @
f56da2d
...
...
@@ -18,9 +18,9 @@
"type"
:
"uid"
,
"targetField"
:
"Name"
},
"event"
:
{
"event
s
"
:
{
"type"
:
"relation"
,
"relation"
:
"manyTo
One
"
,
"relation"
:
"manyTo
Many
"
,
"target"
:
"api::event.event"
,
"inversedBy"
:
"event_categories"
}
...
...
src/api/event/content-types/event/schema.json
View file @
f56da2d
...
...
@@ -55,9 +55,9 @@
},
"event_categories"
:
{
"type"
:
"relation"
,
"relation"
:
"
one
ToMany"
,
"relation"
:
"
many
ToMany"
,
"target"
:
"api::event-category.event-category"
,
"mappedBy"
:
"event"
"mappedBy"
:
"event
s
"
},
"smalldescription"
:
{
"type"
:
"text"
...
...
types/generated/contentTypes.d.ts
View file @
f56da2d
...
...
@@ -1328,7 +1328,7 @@ export interface ApiEventCategoryEventCategory
createdAt
:
Schema
.
Attribute
.
DateTime
;
createdBy
:
Schema
.
Attribute
.
Relation
<
'oneToOne'
,
'admin::user'
>
&
Schema
.
Attribute
.
Private
;
event
:
Schema
.
Attribute
.
Relation
<
'manyToOne
'
,
'api::event.event'
>
;
event
s
:
Schema
.
Attribute
.
Relation
<
'manyToMany
'
,
'api::event.event'
>
;
locale
:
Schema
.
Attribute
.
String
&
Schema
.
Attribute
.
Private
;
localizations
:
Schema
.
Attribute
.
Relation
<
'oneToMany'
,
...
...
@@ -1426,7 +1426,7 @@ export interface ApiEventEvent extends Struct.CollectionTypeSchema {
}
>
;
event_categories
:
Schema
.
Attribute
.
Relation
<
'
one
ToMany'
,
'
many
ToMany'
,
'api::event-category.event-category'
>
;
event_tags
:
Schema
.
Attribute
.
Relation
<
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment