-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EC: Allow users to write code when create a file #23603
Labels
Comments
jcastro-dotcms
added a commit
that referenced
this issue
Feb 22, 2023
jcastro-dotcms
added a commit
that referenced
this issue
Feb 28, 2023
jcastro-dotcms
added a commit
that referenced
this issue
Mar 3, 2023
jcastro-dotcms
added a commit
that referenced
this issue
Mar 3, 2023
jcastro-dotcms
added a commit
that referenced
this issue
Mar 3, 2023
fmontes
pushed a commit
that referenced
this issue
Mar 10, 2023
…4267) * Implementing SonarQube feedback. * #23603 : Allow users to write code when creating a file * Adding more code changes and Postman tests. * Fixing other Postman Tests. * #23603 : Forbid access to Temp File update method for Anonymous Users. * Implementing SonarQube feedback. * Implementing SonarQube feedback. * #23603 : Creating new branch based on master. * Implementing JS feedback from Manuel Rojas. * Implementing more JS feedback from Manuel Rojas.
There is a part two of this to do the UI |
3 tasks
dsilvam
added a commit
that referenced
this issue
Apr 6, 2023
dsilvam
added a commit
that referenced
this issue
Apr 6, 2023
Reverting from 23.05: #24576 |
wezell
added a commit
that referenced
this issue
Apr 6, 2023
josemejias11
moved this from QA - Backlog
to QA - In Progress
in dotCMS - Product Planning
May 5, 2023
josemejias11
moved this from QA - In Progress
to QA - Backlog
in dotCMS - Product Planning
May 16, 2023
bryanboza
moved this from QA - Backlog
to QA - In Progress
in dotCMS - Product Planning
May 18, 2023
I'm sorry this should not be in QA, the was rollbacked a while ago. |
fmontes
moved this from QA - In Progress
to Current Sprint Backlog
in dotCMS - Product Planning
May 30, 2023
fmontes
moved this from Current Sprint Backlog
to Next 1-3 Sprints
in dotCMS - Product Planning
Jun 5, 2023
@jdotcms Can you provide the endpoint to use for the binary or text? |
|
rjvelazco
moved this from In Progress
to Current Sprint Backlog
in dotCMS - Product Planning
Aug 14, 2023
fmontes
moved this from Current Sprint Backlog
to Next 1-3 Sprints
in dotCMS - Product Planning
Sep 26, 2023
github-project-automation
bot
moved this from Next 1-3 Sprints
to Done
in dotCMS - Product Planning
Sep 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
As a user, I want to be able to create code file easily.
VTL files are widely used in dotCMS and the only way to create one is created one with a code editor and then upload it.
Describe the solution you'd like
When create a file, add a new code field, so users can write code and save the file.
Keep the functionality of the file input field, so the user can upload files from the file system.
Design
Use a code editor for the code. We'll have another issue for the final UI.
Acceptance criteria
Allow user to write code to create a file
Allow user to browse files
The text was updated successfully, but these errors were encountered: