Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ejercicio2-framework-back
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Josue
ejercicio2-framework-back
Commits
dc480ffb
Commit
dc480ffb
authored
Dec 23, 2021
by
Roberto Loayza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Proceso de getAgent AngetService
parent
5b6d9a95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
AgentService.java
src/main/java/com/bytesw/bytebot/service/AgentService.java
+1
-1
No files found.
src/main/java/com/bytesw/bytebot/service/AgentService.java
View file @
dc480ffb
...
...
@@ -376,6 +376,7 @@ public class AgentService extends CustomPaginationService<Agent> {
for
(
FrequentQuestion
frequentQuestion
:
agent
.
getFrequentQuestions
())
{
FrequentQuestionBean
frequentQuestionBean
=
new
FrequentQuestionBean
();
frequentQuestionBean
.
setId
(
frequentQuestion
.
getId
());
frequentQuestionBean
.
setUuid
(
frequentQuestion
.
getUuid
());
frequentQuestionBean
.
setDescription
(
frequentQuestion
.
getDescription
());
frequentQuestionBean
.
setUser
(
frequentQuestion
.
getUser
());
frequentQuestionBean
.
setFilename
(
frequentQuestion
.
getFilename
());
...
...
@@ -389,7 +390,6 @@ public class AgentService extends CustomPaginationService<Agent> {
}
// Deployment channel
bean
.
setDeploymentChannels
(
new
ArrayList
<>());
for
(
DeploymentChannel
deploymentChannel
:
agent
.
getDeploymentChannels
())
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment