-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Modification de ENGINE
en InnoDB
de la table interactQuery
en v…
#1721
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PHP Warning: Illegal string offset 'class' in /usr/share/nextdom/src/Helpers/NextDomHelper.php on line 859
- Ajout du de l'entrée `widget` dans `nexdom.config.php`. - Ajout des fichiers widgets : widgets.php Ajaxwidgets.php widgets.js widgets.scss ....widgetsManager.php. - Ajout des templates spécifiques pour les widges. - modification des version de Jeedom et Nextdom. - Ajout dans le menu un bouton `widgets`. - Ajout dans les paramètres admin un bouton `widgets`. - Visualisation des widgets sur une page spécifique. - Suppression du TypeEntity dans Scénario. - Ajout de champ `cmd`.`html`. Reste à faire : - Stabilisation de l'affichage de la liste des widgets. - Lors du chargement de l'édition d'un widget le select du template n'affiche pas la bonne valeur. - Stabilisation de l'affichage de prévisualisation des widgets. - Affectation du widget à une commande sur la page widget. - Affectation du widget à une commande sur la page commande. - Suppression du champs `scenario`.`type` lors d'une migration en 0.8.0 - Ajout du champs `cmd`.`html` lors d'une migration en 0.8.0 - Réalisation des tests unitaires
Add widgets
…u de la version 0.7.1
- execute les fonction migate_x_y_z lors de migration nextdom - n'exécute pas le méthode migate_x_y_z concernant la version restauré.
fix #1726 |
All migration process will be done in 0.7.1
…a compatibilité.
Esso1-jeedom
approved these changes
Apr 3, 2020
iWils
approved these changes
Apr 3, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test et approuvé:
- FirstInstall + Restore backup Nextdom 0.7.0 => Ok
- FirstInstall + Restore backup Jeedom 3.3.35 => Ok
therealcorwin
approved these changes
Apr 3, 2020
…hes total si aucune n'est désactivé.
…istrationController
SonarCloud Quality Gate failed.
|
fix #1718 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pour tester cette PR, Il faut deux installations :
Puis, vérifier avec la requête SQL suivante que la table est bien en InnoDB :
ENGINE=InnoDB
(sur la dernière ligne de la réponse) :